Lines Matching refs:CodeModule
105 class MockCodeModule: public google_breakpad::CodeModule {
118 google_breakpad::CodeModule *Copy() const { in Copy()
134 typedef google_breakpad::CodeModule CodeModule; typedef
143 const CodeModule *GetModuleForAddress(uint64_t address) const { in GetModuleForAddress()
154 const CodeModule *GetMainModule() const { return modules_[0]; } in GetMainModule()
156 const CodeModule *GetModuleAtSequence(unsigned int sequence) const { in GetModuleAtSequence()
160 const CodeModule *GetModuleAtIndex(unsigned int index) const { in GetModuleAtIndex()
166 virtual std::vector<google_breakpad::linked_ptr<const CodeModule> >
168 return std::vector<google_breakpad::linked_ptr<const CodeModule> >(); in GetShrunkRangeModules()
178 typedef google_breakpad::CodeModule CodeModule; typedef
180 MOCK_METHOD3(GetSymbolFile, SymbolResult(const CodeModule *module,
183 MOCK_METHOD4(GetSymbolFile, SymbolResult(const CodeModule *module,
187 MOCK_METHOD5(GetCStringSymbolData, SymbolResult(const CodeModule *module,
192 MOCK_METHOD1(FreeSymbolData, void(const CodeModule *module));