Searched refs:ad_hoc_test_result_ (Results 1 - 3 of 3) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h606 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
691 // ad_hoc_test_result_.
717 ad_hoc_test_result_.Clear();
872 // stores assertion results in ad_hoc_test_result_. Initially NULL.
878 // assertion results in ad_hoc_test_result_. Initially NULL.
888 // test, and records the result in ad_hoc_test_result_.
889 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc2458 ad_hoc_test_result_.Clear();
3840 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked
4018 ad_hoc_test_result_(),
4057 test_result = &(current_test_case_->ad_hoc_test_result_);
4060 test_result = &ad_hoc_test_result_;
4596 &(current_test_info_->result_) : &ad_hoc_test_result_;
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h817 const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; }
920 TestResult ad_hoc_test_result_; member in class:testing::TestCase
1244 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked

Completed in 169 milliseconds