ReadFromInput 142 remoting/base/compound_buffer_unittest.cc EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size()); ReadFromInput 99 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int ReadFromInput(ZeroCopyInputStream* input, void* data, int size); ReadFromInput 201 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size()); ReadFromInput 234 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc EXPECT_EQ(ReadFromInput(input, &byte, 1), 0); ReadFromInput 265 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);