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

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

Completed in 54 milliseconds