Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp638 TestResultPrinter() : pinfo_(nullptr) {} in TestResultPrinter()
640 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult. in OnTestStart()
645 const ::testing::TestInfo* pinfo_; member in android::gtest_extras::TestResultPrinter
663 pinfo_->test_suite_name(), pinfo_->name(), result.message()); in OnTestPartResult()