HomeSort by relevance Sort by last modified time
    Searched refs:WriteRaw (Results 1 - 22 of 22) sorted by null

  /external/protobuf/src/google/protobuf/io/
printer.cc 118 WriteRaw(text + pos, i - pos + 1);
121 // Setting this true will cause the next WriteRaw() to insert an indent
129 WriteRaw(text + pos, i - pos);
143 WriteRaw(&variable_delimiter_, 1);
151 WriteRaw(iter->second.data(), iter->second.size());
171 WriteRaw(text + pos, size - pos);
305 WriteRaw(data.data(), data.size());
310 WriteRaw(data, strlen(data));
313 void Printer::WriteRaw(const char* data, int size) {
320 WriteRaw(indent_.data(), indent_.size())
    [all...]
coded_stream.cc 683 void CodedOutputStream::WriteRaw(const void* data, int size) {
705 WriteRaw(data, size);
725 WriteRaw(bytes, sizeof(value));
740 WriteRaw(bytes, sizeof(value));
749 WriteRaw(bytes, size);
835 // compose the bytes first then use WriteRaw().
843 WriteRaw(bytes, size);
printer_unittest.cc 88 TEST(Printer, WriteRaw) {
97 printer.WriteRaw("Hello World!", 12);
100 printer.WriteRaw("\n", 1);
printer.h 276 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
661 // coded_output->WriteRaw(text, strlen(text));
    [all...]
zero_copy_stream_unittest.cc 309 coded_output->WriteRaw(strA, strlen(strA));
317 coded_output->WriteRaw(strB, strlen(strB));
617 coded_output->WriteRaw(strA, outlen);
628 coded_output->WriteRaw(strB, outlen);
coded_stream_unittest.cc 632 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) {
638 coded_output.WriteRaw(kRawBytes, sizeof(kRawBytes));
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 111 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
602 // coded_output->WriteRaw(text, strlen(text));
640 void WriteRaw(const void* buffer, int size);
641 // Like WriteRaw() but writing directly to the target array.
648 // Equivalent to WriteRaw(str.data(), str.size()).
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 111 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
602 // coded_output->WriteRaw(text, strlen(text));
640 void WriteRaw(const void* buffer, int size);
641 // Like WriteRaw() but writing directly to the target array.
648 // Equivalent to WriteRaw(str.data(), str.size()).
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 111 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
602 // coded_output->WriteRaw(text, strlen(text));
640 void WriteRaw(const void* buffer, int size);
641 // Like WriteRaw() but writing directly to the target array.
648 // Equivalent to WriteRaw(str.data(), str.size()).
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 111 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
602 // coded_output->WriteRaw(text, strlen(text));
640 void WriteRaw(const void* buffer, int size);
641 // Like WriteRaw() but writing directly to the target array.
648 // Equivalent to WriteRaw(str.data(), str.size()).
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
json_objectwriter.h 151 stream_->WriteRaw(bytes, n);
196 void WriteChar(const char c) { stream_->WriteRaw(&c, sizeof(c)); }
json_objectwriter.cc 158 stream_->WriteRaw(base64.data(), base64.size());
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 299 out_.WriteRaw(&zero, padding);
318 out_.WriteRaw(block.buffer.get(), block.size);
325 out_.WriteRaw(data, len);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 276 void WriteRaw(const char* data, int size);
coded_stream.h 60 // coded_output->WriteRaw(text, strlen(text));
661 // coded_output->WriteRaw(text, strlen(text));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 132 out->WriteRaw(p, 2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 901 virtual HRESULT STDMETHODCALLTYPE WriteRaw(
    [all...]

Completed in 969 milliseconds