Lines Matching refs:CodeModule
104 class MockCodeModule: public google_breakpad::CodeModule {
117 google_breakpad::CodeModule* Copy() const { in Copy()
133 typedef google_breakpad::CodeModule CodeModule; typedef
142 const CodeModule* GetModuleForAddress(uint64_t address) const { in GetModuleForAddress()
153 const CodeModule* GetMainModule() const { return modules_[0]; } in GetMainModule()
155 const CodeModule* GetModuleAtSequence(unsigned int sequence) const { in GetModuleAtSequence()
159 const CodeModule* GetModuleAtIndex(unsigned int index) const { in GetModuleAtIndex()
165 virtual std::vector<google_breakpad::linked_ptr<const CodeModule> >
167 return std::vector<google_breakpad::linked_ptr<const CodeModule> >(); in GetShrunkRangeModules()
177 typedef google_breakpad::CodeModule CodeModule; typedef
179 MOCK_METHOD3(GetSymbolFile, SymbolResult(const CodeModule* module,
182 MOCK_METHOD4(GetSymbolFile, SymbolResult(const CodeModule* module,
186 MOCK_METHOD5(GetCStringSymbolData, SymbolResult(const CodeModule* module,
191 MOCK_METHOD1(FreeSymbolData, void(const CodeModule* module));