Home
last modified time | relevance | path

Searched refs:current_test_info_ (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h720 current_test_info_ = a_current_test_info; in set_current_test_info()
765 TestInfo* current_test_info() { return current_test_info_; } in current_test_info()
766 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info()
907 TestInfo* current_test_info_; member in testing::internal::UnitTestImpl
H A Dgtest.cc5544 current_test_info_(nullptr),
5579 if (current_test_info_ != nullptr) {
5581 test_result = &(current_test_info_->result_);
6232 if (current_test_info_ != nullptr) {
6233 return &current_test_info_->result_;
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h721 current_test_info_ = a_current_test_info; in set_current_test_info()
766 TestInfo* current_test_info() { return current_test_info_; } in current_test_info()
767 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info()
908 TestInfo* current_test_info_; member in testing::internal::UnitTestImpl
H A Dgtest.cc5570 current_test_info_(nullptr),
5605 if (current_test_info_ != nullptr) {
5607 test_result = &(current_test_info_->result_);
6253 if (current_test_info_ != nullptr) {
6254 return &current_test_info_->result_;
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h709 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_; member in testing::internal::UnitTestImpl
H A Dgtest.cc5012 current_test_info_(nullptr),
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 &current_test_info_->result_; in current_test_result()

Completed in 29 milliseconds