Searched defs:WriteRaw (Results 1 - 8 of 8) sorted by relevance

/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:__anon14757::TestStream
245 return ots::MemoryStream::WriteRaw(data, length);
/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);
/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 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);
/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 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);
/external/chromium_org/content/browser/appcache/
H A Dappcache_response.cc120 void AppCacheResponseIO::WriteRaw(int index, int offset, function in class:content::AppCacheResponseIO
325 WriteRaw(kResponseInfoIndex, 0, buffer_.get(), write_amount_);
348 WriteRaw(

Completed in 3109 milliseconds