ParseFromBoundedZeroCopyStream  130 third_party/protobuf/src/google/protobuf/message_lite.h   bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
ParseFromBoundedZeroCopyStream  166 third_party/protobuf/src/google/protobuf/message_unittest.cc     EXPECT_TRUE(message.ParseFromBoundedZeroCopyStream(&stream, data.size()));
ParseFromBoundedZeroCopyStream  176 third_party/protobuf/src/google/protobuf/message_unittest.cc       message.ParseFromBoundedZeroCopyStream(&stream, data.size() + 1));