HomeSort by relevance Sort by last modified time
    Searched refs:SetCUName (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 162 virtual void SetCUName(const string &name) { cu_name_ = name; }
dwarf_cu_to_module_unittest.cc 76 MOCK_METHOD1(SetCUName, void(const string &name));
134 EXPECT_CALL(reporter_, SetCUName("compilation-unit-name")).Times(1);
718 reporter_.SetCUName("compilation-unit-name");
    [all...]
dwarf_cu_to_module.cc 738 cu_context_->reporter->SetCUName(data);
    [all...]

Completed in 471 milliseconds