Lines Matching refs:get

54   WithColor(Printer, PDB_ColorItem::Path).get() << FullName;  in start()
62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
66 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
84 WithColor(Printer, StatementColor).get() << LineStart; in start()
86 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
92 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
94 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()
101 WithColor(Printer, PDB_ColorItem::Address).get() in start()
107 WithColor(Printer, PDB_ColorItem::Address).get() in start()
139 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
142 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
150 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
158 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
180 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
182 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
197 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10); in dump()
199 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10); in dump()
201 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
206 WithColor(Printer, PDB_ColorItem::Register).get() << Ordinal; in dump()
210 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()
227 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()