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

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc91 class IoTest : public testing::Test { class in namespace:google::protobuf::io::__anon4185
127 const int IoTest::kBlockSizes[] = {-1, 1, 2, 5, 7, 10, 23, 64};
128 const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes);
130 bool IoTest::WriteToOutput(ZeroCopyOutputStream* output,
158 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) {
193 void IoTest::WriteString(ZeroCopyOutputStream* output, const string& str) {
197 void IoTest::ReadString(ZeroCopyInputStream* input, const string& str) {
204 int IoTest::WriteStuff(ZeroCopyOutputStream* output) {
220 void IoTest
[all...]

Completed in 13 milliseconds