IoTest            128 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc const int IoTest::kBlockSizes[] = {-1, 1, 2, 5, 7, 10, 23, 64};
IoTest            129 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes);
IoTest            131 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc bool IoTest::WriteToOutput(ZeroCopyOutputStream* output,
IoTest            159 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) {
IoTest            194 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void IoTest::WriteString(ZeroCopyOutputStream* output, const string& str) {
IoTest            198 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void IoTest::ReadString(ZeroCopyInputStream* input, const string& str) {
IoTest            205 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int IoTest::WriteStuff(ZeroCopyOutputStream* output) {
IoTest            221 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void IoTest::ReadStuff(ZeroCopyInputStream* input) {
IoTest            237 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int IoTest::WriteStuffLarge(ZeroCopyOutputStream* output) {
IoTest            253 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void IoTest::ReadStuffLarge(ZeroCopyInputStream* input) {
IoTest            270 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, ArrayIo) {
IoTest            289 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, TwoSessionWrite) {
IoTest            341 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, GzipIo) {
IoTest            373 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, GzipIoWithFlush) {
IoTest            409 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, GzipIoContiguousFlushes) {
IoTest            438 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, GzipIoReadAfterFlush) {
IoTest            467 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, ZlibIo) {
IoTest            499 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, ZlibIoInputAutodetect) {
IoTest            534 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc string IoTest::Compress(const string& data,
IoTest            545 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc string IoTest::Uncompress(const string& data) {
IoTest            559 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, CompressionOptions) {
IoTest            594 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, TwoSessionWriteGzip) {
IoTest            663 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, StringIo) {
IoTest            677 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, FileIo) {
IoTest            708 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, GzipFileIo) {
IoTest            776 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, FileReadError) {
IoTest            789 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, FileWriteError) {
IoTest            811 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, PipeIo) {
IoTest            838 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, IostreamIo) {
IoTest            878 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, ConcatenatingInputStream) {
IoTest            911 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, LimitingInputStream) {