Home | History | Annotate | Download | only in src

Lines Matching refs:current_test_info_

1103     current_test_info_ = a_current_test_info;
1153 TestInfo* current_test_info() { return current_test_info_; }
1154 const TestInfo* current_test_info() const { return current_test_info_; }
1289 TestInfo* current_test_info_;
5525 current_test_info_(NULL),
5560 if (current_test_info_ != NULL) {
5562 test_result = &(current_test_info_->result_);
6109 return current_test_info_ ?
6110 &(current_test_info_->result_) : &ad_hoc_test_result_;