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

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc98 int ReadFromInput(ZeroCopyInputStream* input, void* data, int size);
158 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) { function in class:google::protobuf::io::__anon28993::IoTest
200 EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size());
233 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);
264 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);
/external/chromium_org/remoting/base/
H A Dcompound_buffer_unittest.cc109 static size_t ReadFromInput(CompoundBufferInputStream* input, function in class:remoting::CompoundBufferTest
142 EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size());
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc99 int ReadFromInput(ZeroCopyInputStream* input, void* data, int size);
159 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) { function in class:google::protobuf::io::__anon14847::IoTest
201 EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size());
234 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);
265 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0);

Completed in 78 milliseconds