HomeSort by: relevance | last modified time | path
    Searched defs:current_test_info (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 706 // current_test_info is NULL, the assertion results will be stored in
759 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
760 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl

Completed in 49 milliseconds