Searched defs:GetModuleAtIndex (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dbasic_code_modules.cc64 // GetModuleAtIndex because ordering is unimportant when slurping the
65 // entire list, and GetModuleAtIndex may be faster than
68 that->GetModuleAtIndex(module_sequence)->Copy());
115 const CodeModule* BasicCodeModules::GetModuleAtIndex( function in class:google_breakpad::BasicCodeModules
118 // way to walk the list of CodeModule objects. Implement GetModuleAtIndex
H A Dstackwalker_unittest_utils.h156 const CodeModule *GetModuleAtIndex(unsigned int index) const { function in class:MockCodeModules
H A Dminidump.cc2597 return GetModuleAtIndex(module_index);
2609 return GetModuleAtIndex(0);
2632 return GetModuleAtIndex(module_index);
2636 const MinidumpModule* MinidumpModuleList::GetModuleAtIndex( function in class:google_breakpad::MinidumpModuleList
2639 BPLOG(ERROR) << "Invalid MinidumpModuleList for GetModuleAtIndex";

Completed in 97 milliseconds