writeRawBytes 357 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeRawBytes(bytes); writeRawBytes 386 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeRawBytes(value); writeRawBytes 905 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeRawBytes(value, 0, value.size()); writeRawBytes 910 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeRawBytes(value, 0, value.length); writeRawBytes 518 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java builder.getCodedOutput().writeRawBytes(bytes); writeRawBytes 384 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java output.writeRawBytes(new byte[32]); // Pad with a few random bytes. writeRawBytes 493 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java output.writeRawBytes(new byte[] { (byte)0x80 });