buildPartial 547 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java value = subBuilder.buildPartial(); buildPartial 561 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java value = subBuilder.buildPartial(); buildPartial 695 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java value = subBuilder.buildPartial(); buildPartial 726 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java value = subBuilder.buildPartial(); buildPartial 255 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java throw e.setUnfinishedMessage(builder.buildPartial()); buildPartial 258 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java .setUnfinishedMessage(builder.buildPartial()); buildPartial 260 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java return builder.buildPartial(); buildPartial 327 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java return buildPartial(); buildPartial 341 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java return buildPartial(); buildPartial 1870 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java .mergeFrom((Message) value).buildPartial(); buildPartial 773 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java return builder.buildPartial(); buildPartial 112 third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java message = (MType) builder.buildPartial(); buildPartial 1159 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java value = subBuilder.buildPartial(); buildPartial 965 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java throw e.setUnfinishedMessage(builder.buildPartial()); buildPartial 968 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java .setUnfinishedMessage(builder.buildPartial()); buildPartial 970 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java return builder.buildPartial(); buildPartial 112 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java return new AbstractMessageWrapper(wrappedBuilder.buildPartial()); buildPartial 118 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java return clone().buildPartial().isInitialized(); buildPartial 234 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java ByteString bytes = builder.buildPartial().toByteString(); buildPartial 238 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java abstractMessageBuilder.mergeFrom(bytes).buildPartial(); buildPartial 250 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java dynamicMessageBuilder.mergeFrom(bytes).buildPartial(); buildPartial 734 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestRequiredOptimizedForSize.newBuilder().buildPartial() buildPartial 735 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java ).buildPartial(); buildPartial 739 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestRequiredOptimizedForSize.newBuilder().setX(5).buildPartial() buildPartial 740 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java ).buildPartial(); buildPartial 748 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestRequiredOptimizedForSize.newBuilder().buildPartial()); buildPartial 750 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java assertFalse(builder.buildPartial().isInitialized()); buildPartial 754 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestRequiredOptimizedForSize.newBuilder().setX(10).buildPartial()); buildPartial 756 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java assertTrue(builder.buildPartial().isInitialized()); buildPartial 822 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestAllTypes expected = builder.buildPartial(); buildPartial 897 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 903 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 909 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 915 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 921 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 927 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 947 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 952 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 957 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.buildPartial(); buildPartial 966 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestAllTypes message = builder.buildPartial(); buildPartial 989 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java ForeignMessage m0 = ForeignMessage.newBuilder().buildPartial(); buildPartial 990 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java ForeignMessage m1 = ForeignMessage.newBuilder().buildPartial(); buildPartial 991 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java ForeignMessage m2 = ForeignMessage.newBuilder().buildPartial(); buildPartial 214 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java TestRequired message = TestRequired.newBuilder().buildPartial(); buildPartial 249 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java .buildPartial(); buildPartial 268 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java .buildPartial().toByteString(); buildPartial 302 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java .buildPartial(); buildPartial 182 third_party/protobuf/java/src/test/java/com/google/protobuf/NestedBuildersTest.java Vehicle vehicle = vehicleBuilder.buildPartial(); buildPartial 130 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java .setA(1).buildPartial(); buildPartial 58 third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java builder.getBuilder().buildPartial()); buildPartial 141 third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java .buildPartial()); buildPartial 148 third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java .buildPartial()); buildPartial 151 third_party/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java .buildPartial());