Searched refs:UnnamedFunction (Results 1 – 3 of 3) sorted by relevance
85 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() argument792 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() argument1850 reporter.UnnamedFunction(0x90c0baff9dedb2d9ULL); in TEST_F()
218 virtual void UnnamedFunction(uint64_t offset);
633 cu_context_->reporter->UnnamedFunction(offset_); in Finish()765 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64_t offset) { in UnnamedFunction() function in google_breakpad::DwarfCUToModule::WarningReporter