Searched refs:current_test_info_ (Results 1 – 2 of 2) sorted by relevance
709 current_test_info_ = a_current_test_info; in set_current_test_info()759 TestInfo* current_test_info() { return current_test_info_; } in current_test_info()760 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info()893 TestInfo* current_test_info_; variable
5012 current_test_info_(nullptr), in UnitTestImpl()5047 if (current_test_info_ != nullptr) { in RecordProperty()5049 test_result = &(current_test_info_->result_); in RecordProperty()5648 if (current_test_info_ != nullptr) { in current_test_result()5649 return ¤t_test_info_->result_; in current_test_result()