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.cc85 MOCK_METHOD1(UnnamedFunction, void(uint64_t offset));
144 EXPECT_CALL(reporter_, UnnamedFunction(_)).Times(0); in CUFixtureBase()
775 EXPECT_CALL(reporter_, UnnamedFunction(0x11c70f94c6e87ccdLL)) in TEST_F()
791 TEST_F(SimpleCU, UnnamedFunction) { in TEST_F() argument
792 EXPECT_CALL(reporter_, UnnamedFunction(0xe34797c7e68590a8LL)) in TEST_F()
1615 EXPECT_CALL(reporter_, UnnamedFunction(_)).Times(1); in TEST_F()
1849 TEST_F(Reporter, UnnamedFunction) { in TEST_F() argument
1850 reporter.UnnamedFunction(0x90c0baff9dedb2d9ULL); in TEST_F()
Ddwarf_cu_to_module.h218 virtual void UnnamedFunction(uint64_t offset);
Ddwarf_cu_to_module.cc633 cu_context_->reporter->UnnamedFunction(offset_); in Finish()
765 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64_t offset) { in UnnamedFunction() function in google_breakpad::DwarfCUToModule::WarningReporter