readRawBytes 227 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java return new String(readRawBytes(size), "UTF-8"); readRawBytes 329 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java return ByteString.copyFrom(readRawBytes(size)); readRawBytes 457 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java input.readRawBytes(16); readRawBytes 474 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java input.readRawBytes(16); // Hits limit again. readRawBytes 380 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java byte[] roundTripBytes = cis.readRawBytes(referenceBytes.length);