Searched defs:WriteRaw (Results 1 - 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
H A D | printer.cc | 67 WriteRaw(text + pos, i - pos + 1); 70 // Setting this true will cause the next WriteRaw() to insert an indent 78 WriteRaw(text + pos, i - pos); 92 WriteRaw(&variable_delimiter_, 1); 99 WriteRaw(iter->second.data(), iter->second.size()); 110 WriteRaw(text + pos, size - pos); 159 WriteRaw(data.data(), data.size()); 164 WriteRaw(data, strlen(data)); 167 void Printer::WriteRaw(const char* data, int size) { function in class:google::protobuf::io::Printer 174 WriteRaw(indent [all...] |
H A D | coded_stream.cc | 626 void CodedOutputStream::WriteRaw(const void* data, int size) { function in class:google::protobuf::io::CodedOutputStream 648 WriteRaw(data, size); 673 WriteRaw(bytes, sizeof(value)); 688 WriteRaw(bytes, sizeof(value)); 732 // compose the bytes first then use WriteRaw(). 740 WriteRaw(bytes, size); 832 // compose the bytes first then use WriteRaw(). 840 WriteRaw(bytes, size);
|
Completed in 123 milliseconds