Searched defs:WriteRaw (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/ |
D | output.h | 95 void WriteRaw(absl::string_view data) { in WriteRaw() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.h | 680 uint8_t* WriteRaw(const void* data, int size, uint8_t* ptr) { in WriteRaw() function 1117 void WriteRaw(const void* buffer, int size) { in WriteRaw() function
|
H A D | printer.cc | 209 void Printer::WriteRaw(const char* data, int size) { in WriteRaw() function in google::protobuf::io::Printer
|
H A D | printer_unittest.cc | 88 TEST(Printer, WriteRaw) { in TEST() argument
|
H A D | coded_stream_unittest.cc | 681 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) { in TEST_1D() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.h | 680 uint8_t* WriteRaw(const void* data, int size, uint8_t* ptr) { in WriteRaw() function 1117 void WriteRaw(const void* buffer, int size) { in WriteRaw() function
|
H A D | printer.cc | 209 void Printer::WriteRaw(const char* data, int size) { in WriteRaw() function in google::protobuf::io::Printer
|
H A D | printer_unittest.cc | 88 TEST(Printer, WriteRaw) { in TEST() argument
|
H A D | coded_stream_unittest.cc | 681 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) { in TEST_1D() argument
|