Home | History | Annotate | Download | only in src

Lines Matching refs:ad_hoc_test_result_

1016   const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1101 // ad_hoc_test_result_.
1127 ad_hoc_test_result_.Clear();
1282 // stores assertion results in ad_hoc_test_result_. Initially NULL.
1288 // assertion results in ad_hoc_test_result_. Initially NULL.
1298 // test, and records the result in ad_hoc_test_result_.
1299 TestResult ad_hoc_test_result_;
3958 ad_hoc_test_result_.Clear();
5348 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked
5526 ad_hoc_test_result_(),
5565 test_result = &(current_test_case_->ad_hoc_test_result_);
5568 test_result = &ad_hoc_test_result_;
6110 &(current_test_info_->result_) : &ad_hoc_test_result_;