LimitingInputStream  414 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc LimitingInputStream::LimitingInputStream(ZeroCopyInputStream* input,
LimitingInputStream  418 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc LimitingInputStream::~LimitingInputStream() {
LimitingInputStream  423 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool LimitingInputStream::Next(const void** data, int* size) {
LimitingInputStream  435 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void LimitingInputStream::BackUp(int count) {
LimitingInputStream  445 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool LimitingInputStream::Skip(int count) {
LimitingInputStream  458 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int64 LimitingInputStream::ByteCount() const {
LimitingInputStream  332 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT LimitingInputStream : public ZeroCopyInputStream {
LimitingInputStream  334 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   LimitingInputStream(ZeroCopyInputStream* input, int64 limit);
LimitingInputStream  335 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   ~LimitingInputStream();
LimitingInputStream  348 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(LimitingInputStream);
LimitingInputStream  911 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc TEST_F(IoTest, LimitingInputStream) {
LimitingInputStream  921 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   LimitingInputStream input(&array_input, output.ByteCount());