Home | History | Annotate | Download | only in io

Lines Matching refs:Print

57 //   printer.Print(vars, "My name is $name$.");
71 // Print some text after applying variable substitutions. If a particular
76 void Print(const map<string, string>& variables, const char* text);
78 // Like the first Print(), except the substitutions are given as parameters.
79 void Print(const char* text);
80 // Like the first Print(), except the substitutions are given as parameters.
81 void Print(const char* text, const char* variable, const string& value);
82 // Like the first Print(), except the substitutions are given as parameters.
83 void Print(const char* text, const char* variable1, const string& value1,
85 // Like the first Print(), except the substitutions are given as parameters.
86 void Print(const char* text, const char* variable1, const string& value1,