newBuilderForType 319 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java existingValue.newBuilderForType() newBuilderForType 539 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java subBuilder = defaultInstance.newBuilderForType(); newBuilderForType 553 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java subBuilder = defaultInstance.newBuilderForType(); newBuilderForType 242 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java return newBuilderForType().mergeFrom(this); newBuilderForType 1358 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java return messageDefaultInstance.newBuilderForType() newBuilderForType 548 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java subBuilder = extension.messageDefaultInstance.newBuilderForType(); newBuilderForType 94 third_party/protobuf/java/src/main/java/com/google/protobuf/RpcUtil.java return (Type)typeDefaultInstance.newBuilderForType() newBuilderForType 142 third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java builder = (BType) message.newBuilderForType(this); newBuilderForType 1148 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java subBuilder = extension.defaultInstance.newBuilderForType(); newBuilderForType 95 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java return new Builder(wrappedMessage.newBuilderForType()); newBuilderForType 884 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java newBuilderForType(mockParent); newBuilderForType 939 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java newBuilderForType(mockParent); newBuilderForType 2922 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java return extension.defaultInstance.newBuilderForType();