Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc76 MOCK_METHOD1(SetCUName, void(const string &name));
134 EXPECT_CALL(reporter_, SetCUName("compilation-unit-name")).Times(1); in CUFixtureBase()
718 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1441 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1500 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1675 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1684 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1693 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1702 reporter_.SetCUName("compilation-unit-name"); in TEST_F()
1719 reporter.SetCUName("compilation-unit-name"); in Reporter()
Ddwarf_cu_to_module.h162 virtual void SetCUName(const string &name) { cu_name_ = name; } in SetCUName() function
Ddwarf_cu_to_module.cc738 cu_context_->reporter->SetCUName(data); in ProcessAttributeString()