computeDoubleSizeNoTag 430 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value); computeDoubleSizeNoTag 801 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java case DOUBLE : return CodedOutputStream.computeDoubleSizeNoTag ((Double )value);