Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmodule_comparer.h73 typedef FastSourceLineResolver::Function FastFunc; typedef
82 bool CompareFunction(const BasicFunc *oldfunc, const FastFunc *newfunc) const;
Dmodule_comparer.cc111 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2; in CompareModule()
192 const FastFunc *fast_func_raw) const { in CompareFunction()
193 FastFunc* fast_func = new FastFunc(); in CompareFunction()