writeBytes        299 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value);
writeBytes        743 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeBytes(fieldNumber, value);
writeBytes        568 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java       output.writeBytes(3, item.getMessage());