HomeSort by: relevance | last modified time | path
    Searched refs:current_test_info_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 709 current_test_info_ = a_current_test_info;
759 TestInfo* current_test_info() { return current_test_info_; }
760 const TestInfo* current_test_info() const { return current_test_info_; }
893 TestInfo* current_test_info_; member in class:testing::internal::UnitTestImpl
gtest.cc 5012 current_test_info_(nullptr),
5047 if (current_test_info_ != nullptr) {
5049 test_result = &(current_test_info_->result_);
5648 if (current_test_info_ != nullptr) {
5649 return &current_test_info_->result_;

Completed in 22 milliseconds