Home | History | Annotate | Download | only in gtest

Lines Matching refs:ad_hoc_test_result_

1007   const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1092 // ad_hoc_test_result_.
1118 ad_hoc_test_result_.Clear();
1273 // stores assertion results in ad_hoc_test_result_. Initially NULL.
1279 // assertion results in ad_hoc_test_result_. Initially NULL.
1289 // test, and records the result in ad_hoc_test_result_.
1290 TestResult ad_hoc_test_result_;
3942 ad_hoc_test_result_.Clear();
5324 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked
5502 ad_hoc_test_result_(),
5541 test_result = &(current_test_case_->ad_hoc_test_result_);
5544 test_result = &ad_hoc_test_result_;
6080 &(current_test_info_->result_) : &ad_hoc_test_result_;