Searched refs:UnnamedFunction (Results 1 – 3 of 3) sorted by relevance
83 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() argument789 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() argument1775 reporter.UnnamedFunction(0x90c0baff9dedb2d9ULL); in TEST_F()
200 virtual void UnnamedFunction(uint64 offset);
549 cu_context_->reporter->UnnamedFunction(offset_); in Finish()671 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64 offset) { in UnnamedFunction() function in google_breakpad::DwarfCUToModule::WarningReporter