/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | SingleFieldBuilderV3.java | 192 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom() 209 message.getDefaultInstanceForType() : in clear() 210 builder.getDefaultInstanceForType()); in clear()
|
D | SingleFieldBuilder.java | 192 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom() 209 message.getDefaultInstanceForType() : in clear() 210 builder.getDefaultInstanceForType()); in clear()
|
D | MessageLiteOrBuilder.java | 50 MessageLite getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
D | MessageOrBuilder.java | 46 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
D | LazyFieldLite.java | 161 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals() 163 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
|
D | MapEntry.java | 177 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry 374 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry.Builder
|
D | GeneratedMessageLite.java | 79 public final MessageType getDefaultInstanceForType() { in getDefaultInstanceForType() method in GeneratedMessageLite 136 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in equals() 157 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in equals() 352 (BuilderType) getDefaultInstanceForType().newBuilderForType(); in clone() 391 public MessageType getDefaultInstanceForType() { in getDefaultInstanceForType() method in GeneratedMessageLite.Builder 597 getDefaultInstanceForType()) { in verifyExtensionContainingType() 774 getDefaultInstanceForType()) { in verifyExtensionContainingType()
|
D | DynamicMessage.java | 165 public DynamicMessage getDefaultInstanceForType() { in getDefaultInstanceForType() method in DynamicMessage 440 public DynamicMessage getDefaultInstanceForType() {
|
D | MessageLiteToString.java | 177 return o == ((MessageLite) o).getDefaultInstanceForType(); in isDefaultValue()
|
D | UnknownFieldSet.java | 81 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet 371 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet.Builder
|
D | AbstractMessageLite.java | 321 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in mergeFrom()
|
D | AbstractMessage.java | 402 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
|
D | GeneratedMessageV3.java | 441 (BuilderType) getDefaultInstanceForType().newBuilderForType(); 742 Message getDefaultInstanceForType();
|
D | GeneratedMessage.java | 440 (BuilderType) getDefaultInstanceForType().newBuilderForType(); 741 Message getDefaultInstanceForType();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | AbstractMessageTest.java | 72 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper 74 wrappedMessage.getDefaultInstanceForType()); in getDefaultInstanceForType() 137 public AbstractMessageWrapper getDefaultInstanceForType() { in getDefaultInstanceForType() method in AbstractMessageTest.AbstractMessageWrapper.Builder 139 wrappedBuilder.getDefaultInstanceForType()); in getDefaultInstanceForType()
|
D | LazyFieldTest.java | 107 return new LazyField(message.getDefaultInstanceForType(), in createLazyFieldFromMessage()
|
D | GeneratedMessageTest.java | 92 TestAllTypes.getDefaultInstance().getDefaultInstanceForType()); in testDefaultInstance() 94 TestAllTypes.newBuilder().getDefaultInstanceForType()); in testDefaultInstance()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 1427 return builder.newBuilderForField(field).getDefaultInstanceForType(); in getDefaultValue()
|