/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
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 | LazyFieldLite.java | 161 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals() 163 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
|
D | MessageOrBuilder.java | 46 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
D | MapEntryLite.java | 221 public MapEntryLite<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntryLite 298 public MessageLite getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntryLite.Builder
|
D | MapEntry.java | 149 public MapEntry<K, V> getDefaultInstanceForType() { in getDefaultInstanceForType() method in MapEntry 364 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 | 80 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet 369 public UnknownFieldSet getDefaultInstanceForType() { in getDefaultInstanceForType() method in UnknownFieldSet.Builder
|
D | AbstractMessageLite.java | 328 if (!getDefaultInstanceForType().getClass().isInstance(other)) { in mergeFrom()
|
D | AbstractMessage.java | 374 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
|
D | GeneratedMessage.java | 439 (BuilderType) getDefaultInstanceForType().newBuilderForType(); in clone() 740 Message getDefaultInstanceForType(); in getDefaultInstanceForType() method
|
/external/protobuf/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()
|
/external/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
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 1378 return builder.newBuilderForField(field).getDefaultInstanceForType(); in getDefaultValue()
|