CopyingInputStream  168 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     return CopyingInputStream::Skip(count);
CopyingInputStream   97 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {
CopyingInputStream  231 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
CopyingInputStream  189 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc CopyingInputStream::~CopyingInputStream() {}
CopyingInputStream  191 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc int CopyingInputStream::Skip(int count) {
CopyingInputStream  207 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     CopyingInputStream* copying_stream, int block_size)
CopyingInputStream  168 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h class LIBPROTOBUF_EXPORT CopyingInputStream {
CopyingInputStream  170 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   virtual ~CopyingInputStream();
CopyingInputStream  201 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
CopyingInputStream  222 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   CopyingInputStream* copying_stream_;