Searched defs:pinfo_ (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp248 TestResultPrinter() : pinfo_(NULL) {}
250 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult.
255 const testing::TestInfo* pinfo_; member in class:TestResultPrinter
266 pinfo_->test_case_name(), pinfo_->name(), result.message());

Completed in 29 milliseconds