Home
last modified time | relevance | path

Searched refs:getDefaultInstanceForType (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DSingleFieldBuilderV3.java192 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom()
209 message.getDefaultInstanceForType() : in clear()
210 builder.getDefaultInstanceForType()); in clear()
DSingleFieldBuilder.java192 if (builder == null && message == message.getDefaultInstanceForType()) { in mergeFrom()
209 message.getDefaultInstanceForType() : in clear()
210 builder.getDefaultInstanceForType()); in clear()
DMessageLiteOrBuilder.java50 MessageLite getDefaultInstanceForType(); in getDefaultInstanceForType() method
DMessageOrBuilder.java46 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
DLazyFieldLite.java161 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals()
163 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
DMapEntry.java177 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry
374 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry.Builder
DGeneratedMessageLite.java79 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()
DDynamicMessage.java165 public DynamicMessage getDefaultInstanceForType() { in getDefaultInstanceForType() method in DynamicMessage
440 public DynamicMessage getDefaultInstanceForType() {
DMessageLiteToString.java177 return o == ((MessageLite) o).getDefaultInstanceForType(); in isDefaultValue()
DUnknownFieldSet.java81 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet
371 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet.Builder
DAbstractMessageLite.java321 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in mergeFrom()
DAbstractMessage.java402 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
DGeneratedMessageV3.java441 (BuilderType) getDefaultInstanceForType().newBuilderForType();
742 Message getDefaultInstanceForType();
DGeneratedMessage.java440 (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/
DAbstractMessageTest.java72 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()
DGeneratedMessageTest.java82 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/
DAbstractMessageTest.java72 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()
DLazyFieldTest.java107 return new LazyField(message.getDefaultInstanceForType(), in createLazyFieldFromMessage()
DGeneratedMessageTest.java92 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/
DSentinelOuterClass.java396 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/
DJsonFormat.java1427 return builder.newBuilderForField(field).getDefaultInstanceForType(); in getDefaultValue()