Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc132 MOCK_METHOD2(UnrecognizedAugmentation, void(uint64_t, const string &));
176 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, _)).Times(0); in CFIFixture()
518 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, "spaniels!")) in TEST_F()
2270 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, "zQ")) in TEST_F()
2414 TEST_F(CFIReporter, UnrecognizedAugmentation) { in TEST_F() argument
2415 reporter.UnrecognizedAugmentation(0x0123456789abcdefULL, "poodles"); in TEST_F()
Ddwarf2reader.h1281 virtual void UnrecognizedAugmentation(uint64_t offset,
Ddwarf2reader.cc2328 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields()
2456 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields()
2740 void CallFrameInfo::Reporter::UnrecognizedAugmentation(uint64_t offset, in UnrecognizedAugmentation() function in dwarf2reader::CallFrameInfo::Reporter