Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmodule_comparer.h75 typedef FastSourceLineResolver::Line FastLine; typedef
83 bool CompareLine(const BasicLine *oldline, const FastLine *newline) const;
Dmodule_comparer.cc201 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2; in CompareFunction()
221 const FastLine *fast_line_raw) const { in CompareLine()
222 FastLine *fast_line = new FastLine; in CompareLine()