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

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc96 bool WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size);
130 bool IoTest::WriteToOutput(ZeroCopyOutputStream* output, function in class:google::protobuf::io::__anon8762::IoTest
194 EXPECT_TRUE(WriteToOutput(output, str.c_str(), str.size()));
382 WriteToOutput(&gzout, data.data(), data.size());

Completed in 56 milliseconds