Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc83 MOCK_METHOD1(UnnamedFunction, void(uint64 offset));
141 EXPECT_CALL(reporter_, UnnamedFunction(_)).Times(0); in CUFixtureBase()
772 EXPECT_CALL(reporter_, UnnamedFunction(0x11c70f94c6e87ccdLL)) in TEST_F()
788 TEST_F(SimpleCU, UnnamedFunction) { in TEST_F() argument
789 EXPECT_CALL(reporter_, UnnamedFunction(0xe34797c7e68590a8LL)) in TEST_F()
1541 EXPECT_CALL(reporter_, UnnamedFunction(_)).Times(1); in TEST_F()
1774 TEST_F(Reporter, UnnamedFunction) { in TEST_F() argument
1775 reporter.UnnamedFunction(0x90c0baff9dedb2d9ULL); in TEST_F()
Ddwarf_cu_to_module.h200 virtual void UnnamedFunction(uint64 offset);
Ddwarf_cu_to_module.cc549 cu_context_->reporter->UnnamedFunction(offset_); in Finish()
671 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64 offset) { in UnnamedFunction() function in google_breakpad::DwarfCUToModule::WarningReporter