computeBytesSizeNoTag  539 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value);
computeBytesSizeNoTag  811 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BYTES   : return CodedOutputStream.computeBytesSizeNoTag   ((ByteString )value);