Home | History | Annotate | Download | only in io

Lines Matching defs:Print

109 void Printer::Print(const map<string, string>& variables, const char* text) {
174 void Printer::Print(const char* text) {
176 Print(empty, text);
179 void Printer::Print(const char* text,
183 Print(vars, text);
186 void Printer::Print(const char* text,
192 Print(vars, text);
195 void Printer::Print(const char* text,
203 Print(vars, text);
206 void Printer::Print(const char* text,
216 Print(vars, text);
219 void Printer::Print(const char* text,
231 Print(vars, text);
234 void Printer::Print(const char* text,
248 Print(vars, text);
251 void Printer::Print(const char* text,
267 Print(vars, text);
270 void Printer::Print(const char* text,
288 Print(vars, text);