Searched refs:WriteStuff (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc107 int WriteStuff(ZeroCopyOutputStream* output);
109 // WriteStuff() writes.
112 // Similar to WriteStuff, but performs more sophisticated testing.
204 int IoTest::WriteStuff(ZeroCopyOutputStream* output) { function in class:google::protobuf::io::__anon28993::IoTest
218 // Reads text from an input stream and expects it to match what WriteStuff()
250 // Reads text from an input stream and expects it to match what WriteStuff()
278 size = WriteStuff(&output);
301 WriteStuff(&gzout);
329 WriteStuff(&gzout);
352 WriteStuff(
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc108 int WriteStuff(ZeroCopyOutputStream* output);
110 // WriteStuff() writes.
113 // Similar to WriteStuff, but performs more sophisticated testing.
205 int IoTest::WriteStuff(ZeroCopyOutputStream* output) { function in class:google::protobuf::io::__anon14847::IoTest
219 // Reads text from an input stream and expects it to match what WriteStuff()
251 // Reads text from an input stream and expects it to match what WriteStuff()
279 size = WriteStuff(&output);
357 WriteStuff(&gzout);
392 WriteStuff(&gzout);
424 WriteStuff(
[all...]

Completed in 1507 milliseconds