Searched refs:BadLineInfoOffset (Results 1 – 3 of 3) sorted by relevance
188 virtual void BadLineInfoOffset(uint64 offset);
80 MOCK_METHOD1(BadLineInfoOffset, void(uint64 offset));138 EXPECT_CALL(reporter_, BadLineInfoOffset(_)).Times(0); in CUFixtureBase()1646 EXPECT_CALL(reporter_, BadLineInfoOffset(dummy_line_size_ + 10)).Times(1); in TEST_F()1748 TEST_F(Reporter, BadLineInfoOffset) { in TEST_F() argument1749 reporter.BadLineInfoOffset(0x123456789abcdef1ULL); in TEST_F()
636 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64 offset) { in BadLineInfoOffset() function in google_breakpad::DwarfCUToModule::WarningReporter820 cu_context_->reporter->BadLineInfoOffset(offset); in ReadSourceLines()