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