readFrom          287 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     return readFrom(
readFrom          316 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     return readFrom(streamToDrain, chunkSize, chunkSize);
readFrom          174 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         ByteString.readFrom(new ByteArrayInputStream(new byte[0]));
readFrom          186 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString byteString = ByteString.readFrom(eis);
readFrom          253 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       ByteString.readFrom(new FailStream());
readFrom          267 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString byteString = ByteString.readFrom(new ReluctantStream(data));
readFrom          285 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString b = ByteString.readFrom(new ReluctantStream(bytes), chunkSize);
readFrom          295 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString byteString = ByteString.readFrom(new AvailableStream(data));
readFrom          303 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         ByteString.readFrom(new ByteArrayInputStream(bytes));