Home
last modified time | relevance | path

Searched defs:PrintRaw (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dprinter.cc304 void Printer::PrintRaw(const string& data) { in PrintRaw() function in google::protobuf::io::Printer
308 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h144 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function