Searched defs:PrintRaw (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ | ||
H A D | printer.cc | 200 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer |
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ | ||
H A D | printer.cc | 200 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ | ||
D | protobuf_plugin.h | 145 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function |
/aosp_15_r20/external/grpc-grpc/src/compiler/ | ||
H A D | protobuf_plugin.h | 145 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function |