Home | History | Annotate | Download | only in gtest

Lines Matching refs:current_test_info_

1094     current_test_info_ = a_current_test_info;
1144 TestInfo* current_test_info() { return current_test_info_; }
1145 const TestInfo* current_test_info() const { return current_test_info_; }
1280 TestInfo* current_test_info_;
5501 current_test_info_(NULL),
5536 if (current_test_info_ != NULL) {
5538 test_result = &(current_test_info_->result_);
6079 return current_test_info_ ?
6080 &(current_test_info_->result_) : &ad_hoc_test_result_;