Searched defs:CodeModules (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dcode_modules.h44 class CodeModules { class in namespace:google_breakpad
46 virtual ~CodeModules() {}
54 // by the CodeModules object; pointers returned by this method are valid for
60 // is retained by the CodeModules object; pointers returned by this method
68 // by the CodeModules object; pointers returned by this method are valid for
74 // except no ordering requirement is enforced. A CodeModules implementation
77 // the CodeModules object. Typically, GetModuleAtIndex would be used by
81 // the CodeModules object; pointers returned by this method are valid for
85 // Creates a new copy of this CodeModules object, which the caller takes
87 // object's child CodeModule objects. The new CodeModules objec
[all...]
/external/google-breakpad/src/processor/
H A Dstackwalker_unittest_utils.h128 class MockCodeModules: public google_breakpad::CodeModules {
131 typedef google_breakpad::CodeModules CodeModules; typedef in class:MockCodeModules
160 const CodeModules *Copy() const { abort(); } // Tests won't use this.

Completed in 192 milliseconds