Searched defs:WriteRaw (Results 1 – 4 of 4) sorted by relevance
| /external/protobuf/src/google/protobuf/io/ | ||
| D | printer.cc | 313 void Printer::WriteRaw(const char* data, int size) { in WriteRaw() function in google::protobuf::io::Printer |
| D | coded_stream.cc | 683 void CodedOutputStream::WriteRaw(const void* data, int size) { in WriteRaw() function in google::protobuf::io::CodedOutputStream |
| D | printer_unittest.cc | 88 TEST(Printer, WriteRaw) { in TEST() argument |
| D | coded_stream_unittest.cc | 632 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) { in TEST_1D() argument |