/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | SingleFieldBuilder.java | 176 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom() 195 ? message.getDefaultInstanceForType() in clear() 196 : builder.getDefaultInstanceForType()); in clear()
|
D | SingleFieldBuilderV3.java | 176 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom() 195 ? message.getDefaultInstanceForType() in clear() 196 : builder.getDefaultInstanceForType()); in clear()
|
D | MessageLiteOrBuilder.java | 48 MessageLite getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
D | LazyFieldLite.java | 160 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals() 162 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
|
D | MessageOrBuilder.java | 46 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
D | GeneratedMessageLite.java | 79 public final MessageType getDefaultInstanceForType() { in getDefaultInstanceForType() method in GeneratedMessageLite 306 result = (T) UnsafeUtil.allocateInstance(clazz).getDefaultInstanceForType(); in getDefaultInstance() 384 BuilderType builder = (BuilderType) getDefaultInstanceForType().newBuilderForType(); in clone() 427 public MessageType getDefaultInstanceForType() { in getDefaultInstanceForType() method in GeneratedMessageLite.Builder 796 if (extension.getContainingTypeDefaultInstance() != getDefaultInstanceForType()) { in verifyExtensionContainingType() 956 if (extension.getContainingTypeDefaultInstance() != getDefaultInstanceForType()) { in verifyExtensionContainingType()
|
D | MapEntry.java | 178 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry 387 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry.Builder
|
D | DynamicMessage.java | 161 public DynamicMessage getDefaultInstanceForType() { in getDefaultInstanceForType() method in DynamicMessage 453 public DynamicMessage getDefaultInstanceForType() {
|
D | MessageLiteToString.java | 202 return o == ((MessageLite) o).getDefaultInstanceForType(); in isDefaultValue()
|
D | UnknownFieldSet.java | 85 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet 366 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet.Builder
|
D | AbstractMessageLite.java | 348 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in mergeFrom()
|
D | AbstractMessage.java | 397 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
|
D | GeneratedMessage.java | 440 (BuilderType) getDefaultInstanceForType().newBuilderForType(); 741 Message getDefaultInstanceForType();
|
D | GeneratedMessageV3.java | 596 (BuilderType) getDefaultInstanceForType().newBuilderForType(); 896 Message getDefaultInstanceForType();
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | AbstractMessageTest.java | 72 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper 74 wrappedMessage.getDefaultInstanceForType()); in getDefaultInstanceForType() 124 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper.Builder 126 wrappedBuilder.getDefaultInstanceForType()); in getDefaultInstanceForType()
|
D | GeneratedMessageTest.java | 82 TestAllTypes.getDefaultInstance().getDefaultInstanceForType()); in testDefaultInstance() 84 TestAllTypes.newBuilder().getDefaultInstanceForType()); in testDefaultInstance()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AbstractMessageTest.java | 74 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper 75 return new AbstractMessageWrapper(wrappedMessage.getDefaultInstanceForType()); in getDefaultInstanceForType() 151 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper.Builder 152 return new AbstractMessageWrapper(wrappedBuilder.getDefaultInstanceForType()); in getDefaultInstanceForType()
|
D | LazyFieldTest.java | 105 message.getDefaultInstanceForType(), TestUtil.getExtensionRegistry(), bytes); in createLazyFieldFromMessage()
|
D | GeneratedMessageTest.java | 245 TestAllTypes.getDefaultInstance().getDefaultInstanceForType()); in testDefaultInstance() 247 TestAllTypes.getDefaultInstance(), TestAllTypes.newBuilder().getDefaultInstanceForType()); in testDefaultInstance()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | SentinelOuterClass.java | 396 public com.google.protobuf.jruby.SentinelOuterClass.Sentinel getDefaultInstanceForType() { in getDefaultInstanceForType() method in SentinelOuterClass.Sentinel.Builder 727 public com.google.protobuf.jruby.SentinelOuterClass.Sentinel getDefaultInstanceForType() { in getDefaultInstanceForType() method in SentinelOuterClass.Sentinel
|