Home
last modified time | relevance | path

Searched refs:PrintLines (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h138 bool PrintLines(IDiaEnumLineNumbers *lines);
Dpdb_source_line_writer.cc200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines() function in google_breakpad::PDBSourceLineWriter
290 if (!PrintLines(lines)) { in PrintFunction()
/external/v8/tools/
Dgrokdump.py996 def PrintLines(self, lines): member in Printer
1462 p.PrintLines(self._GetSource().split("\n"))
1586 p.PrintLines(self._FormatLine(line) for line in lines)