Searched refs:PrintLines (Results 1 – 3 of 3) sorted by relevance
138 bool PrintLines(IDiaEnumLineNumbers *lines);
200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines() function in google_breakpad::PDBSourceLineWriter290 if (!PrintLines(lines)) { in PrintFunction()
995 def PrintLines(self, lines): member in Printer1461 p.PrintLines(self._GetSource().split("\n"))1585 p.PrintLines(self._FormatLine(line) for line in lines)