Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h206 virtual void BadLineInfoOffset(uint64_t offset);
Ddwarf_cu_to_module_unittest.cc82 MOCK_METHOD1(BadLineInfoOffset, void(uint64_t offset));
141 EXPECT_CALL(reporter_, BadLineInfoOffset(_)).Times(0); in CUFixtureBase()
1720 EXPECT_CALL(reporter_, BadLineInfoOffset(dummy_line_size_ + 10)).Times(1); in TEST_F()
1823 TEST_F(Reporter, BadLineInfoOffset) { in TEST_F() argument
1824 reporter.BadLineInfoOffset(0x123456789abcdef1ULL); in TEST_F()
Ddwarf_cu_to_module.cc730 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64_t offset) { in BadLineInfoOffset() function in google_breakpad::DwarfCUToModule::WarningReporter
946 cu_context_->reporter->BadLineInfoOffset(offset); in ReadSourceLines()