ConcatenatingInputStream  351 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc ConcatenatingInputStream::ConcatenatingInputStream(
ConcatenatingInputStream  356 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc ConcatenatingInputStream::~ConcatenatingInputStream() {
ConcatenatingInputStream  359 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool ConcatenatingInputStream::Next(const void** data, int* size) {
ConcatenatingInputStream  373 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void ConcatenatingInputStream::BackUp(int count) {
ConcatenatingInputStream  381 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool ConcatenatingInputStream::Skip(int count) {
ConcatenatingInputStream  403 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int64 ConcatenatingInputStream::ByteCount() const {
ConcatenatingInputStream  304 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
ConcatenatingInputStream  308 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
ConcatenatingInputStream  309 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   ~ConcatenatingInputStream();
ConcatenatingInputStream  325 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ConcatenatingInputStream);
ConcatenatingInputStream  878 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, ConcatenatingInputStream) {
ConcatenatingInputStream  903 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));