Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/protobuf/java/core/src/main/java/com/google/protobuf/
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
DLazyFieldLite.java161 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals()
163 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
DMessageOrBuilder.java46 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
DMapEntryLite.java221 public MapEntryLite<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntryLite
298 public MessageLite getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntryLite.Builder
DMapEntry.java149 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry
364 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.java80 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet
369 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet.Builder
DAbstractMessageLite.java328 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in mergeFrom()
DAbstractMessage.java374 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
DGeneratedMessage.java439 (BuilderType) getDefaultInstanceForType().newBuilderForType(); in clone()
740 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
/external/protobuf/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()
/external/protobuf/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
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1378 return builder.newBuilderForField(field).getDefaultInstanceForType(); in getDefaultValue()