Searched refs:WriteRaw (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc67 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 Dprinter_unittest.cc86 TEST(Printer, WriteRaw) {
95 printer.WriteRaw("Hello World!", 12);
98 printer.WriteRaw("\n", 1);
H A Dprinter.h111 void WriteRaw(const char* data, int size);
H A Dcoded_stream.cc593 void CodedOutputStream::WriteRaw(const void* data, int size) { function in class:google::protobuf::io::CodedOutputStream
623 WriteRaw(bytes, sizeof(value));
638 WriteRaw(bytes, sizeof(value));
682 // compose the bytes first then use WriteRaw().
690 WriteRaw(bytes, size);
782 // compose the bytes first then use WriteRaw().
790 WriteRaw(bytes, size);
H A Dzero_copy_stream_unittest.cc304 coded_output->WriteRaw(strA, strlen(strA));
312 coded_output->WriteRaw(strB, strlen(strB));
611 coded_output->WriteRaw(strA, outlen);
622 coded_output->WriteRaw(strB, outlen);
H A Dcoded_stream.h60 // 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()).
1029 WriteRaw(str.data(), static_cast<int>(str.size()));
H A Dcoded_stream_unittest.cc625 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) {
631 coded_output.WriteRaw(kRawBytes, sizeof(kRawBytes));
/external/protobuf/src/google/protobuf/io/
H A Dprinter.cc68 WriteRaw(text + pos, i - pos + 1);
71 // Setting this true will cause the next WriteRaw() to insert an indent
79 WriteRaw(text + pos, i - pos);
93 WriteRaw(&variable_delimiter_, 1);
100 WriteRaw(iter->second.data(), iter->second.size());
111 WriteRaw(text + pos, size - pos);
149 WriteRaw(data.data(), data.size());
154 WriteRaw(data, strlen(data));
157 void Printer::WriteRaw(const char* data, int size) { function in class:google::protobuf::io::Printer
164 WriteRaw(indent
[all...]
H A Dprinter.h107 void WriteRaw(const char* data, int size);
H A Dprinter_unittest.cc86 TEST(Printer, WriteRaw) {
95 printer.WriteRaw("Hello World!", 12);
98 printer.WriteRaw("\n", 1);
H A Dcoded_stream.cc566 void CodedOutputStream::WriteRaw(const void* data, int size) { function in class:google::protobuf::io::CodedOutputStream
596 WriteRaw(bytes, sizeof(value));
611 WriteRaw(bytes, sizeof(value));
655 // compose the bytes first then use WriteRaw().
663 WriteRaw(bytes, size);
755 // compose the bytes first then use WriteRaw().
763 WriteRaw(bytes, size);
H A Dcoded_stream.h60 // coded_output->WriteRaw(text, strlen(text));
574 // coded_output->WriteRaw(text, strlen(text));
612 void WriteRaw(const void* buffer, int size);
613 // Like WriteRaw() but writing directly to the target array.
620 // Equivalent to WriteRaw(str.data(), str.size()).
986 WriteRaw(str.data(), str.size());
H A Dcoded_stream_unittest.cc592 TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) {
598 coded_output.WriteRaw(kRawBytes, sizeof(kRawBytes));
/external/chromium_org/third_party/ots/include/
H A Dots-memory-stream.h21 virtual bool WriteRaw(const void *data, size_t length) { function in class:ots::MemoryStream
63 bool WriteRaw(const void *data, size_t length) { function in class:ots::ExpandingMemoryStream
78 return WriteRaw(data, length);
H A Dopentype-sanitiser.h47 virtual bool WriteRaw(const void *data, size_t length) = 0;
85 return WriteRaw(data, orig_length);
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h22 bool WriteRaw(const void *data, size_t length) { function in class:ots::FILEStream
H A Dlayout_common_table_test.cc241 virtual bool WriteRaw(const void *data, size_t length) { function in class:__anon13322::TestStream
245 return ots::MemoryStream::WriteRaw(data, length);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_response.cc120 void AppCacheResponseIO::WriteRaw(int index, int offset, function in class:appcache::AppCacheResponseIO
325 WriteRaw(kResponseInfoIndex, 0, buffer_.get(), write_amount_);
348 WriteRaw(
H A Dappcache_response.h114 void WriteRaw(int index, int offset, net::IOBuffer* buf, int buf_len);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc132 out->WriteRaw(p, 2);
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc102 out->WriteRaw(p, 2);

Completed in 1071 milliseconds