Searched defs:PrintRaw (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/io/ | ||
D | printer.cc | 304 void Printer::PrintRaw(const string& data) { in PrintRaw() function in google::protobuf::io::Printer |
/external/grpc-grpc/src/compiler/ | ||
D | protobuf_plugin.h | 144 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function |