WriteToOutput 97 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc bool WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size); WriteToOutput 195 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc EXPECT_TRUE(WriteToOutput(output, str.c_str(), str.size())); WriteToOutput 540 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc WriteToOutput(&gzout, data.data(), data.size());