Searched defs:PrintRaw (Results 1 – 5 of 5) sorted by relevance
200 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer204 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
145 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function