HomeSort by relevance Sort by last modified time
    Searched refs:pinfo_ (Results 1 - 4 of 4) sorted by null

  /test/vts/runners/target/gtest/
gtest_main.cpp 213 TestResultPrinter() : pinfo_(NULL) {}
215 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult.
220 const testing::TestInfo* pinfo_; member in class:TestResultPrinter
231 result.line_number(), pinfo_->test_case_name(), pinfo_->name(),
    [all...]
  /bionic/tests/
gtest_main.cpp 245 TestResultPrinter() : pinfo_(NULL) {}
247 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult.
252 const testing::TestInfo* pinfo_; member in class:TestResultPrinter
263 pinfo_->test_case_name(), pinfo_->name(), result.message());
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 402 offset_size_(0), pinfo_(NULL), end_of_table_(NULL),
450 const unsigned char* pinfo_; member in class:gold::Dwarf_pubnames_table
    [all...]
dwarf_reader.cc 605 this->pinfo_ = pinfo;
614 const unsigned char* pinfo = this->pinfo_;
641 this->pinfo_ = pinfo;
    [all...]

Completed in 275 milliseconds