Home
last modified time | relevance | path

Searched refs:FastModule (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dmodule_comparer.h71 typedef FastSourceLineResolver::Module FastModule; typedef
81 const FastModule *newmodule) const;
Dmodule_comparer.cc57 scoped_ptr<FastModule> fast_module(new FastModule("test_module")); in Compare()
88 const FastModule *fast_module) const { in CompareModule()
95 FastModule::FileMap::iterator iter2 = fast_module->files_.begin(); in CompareModule()