Home
last modified time | relevance | path

Searched refs:current_test_info_ (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h708 current_test_info_ = a_current_test_info; in set_current_test_info()
758 TestInfo* current_test_info() { return current_test_info_; } in current_test_info()
759 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info()
898 TestInfo* current_test_info_; variable
Dgtest.cc5595 current_test_info_(nullptr), in UnitTestImpl()
5630 if (current_test_info_ != nullptr) { in RecordProperty()
5632 test_result = &(current_test_info_->result_); in RecordProperty()
6270 if (current_test_info_ != nullptr) { in current_test_result()
6271 return &current_test_info_->result_; in current_test_result()