Searched refs:current_test_info_ (Results 1 – 1 of 1) sorted by relevance
1092 current_test_info_ = a_current_test_info; in set_current_test_info()1142 TestInfo* current_test_info() { return current_test_info_; } in current_test_info()1143 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info()1276 TestInfo* current_test_info_; member in testing::internal::UnitTestImpl6322 current_test_info_(NULL), in UnitTestImpl()6357 if (current_test_info_ != NULL) { in RecordProperty()6359 test_result = &(current_test_info_->result_); in RecordProperty()6948 if (current_test_info_ != NULL) { in current_test_result()6949 return ¤t_test_info_->result_; in current_test_result()