/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()
|
/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()
|
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/descriptors.jvm. ... |
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/ |
D | NestedTypeOuter.java | 455 public io.grpc.reflection.testing.NestedTypeOuter.Middle.Inner getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter.Middle.Inner.Builder 622 public io.grpc.reflection.testing.NestedTypeOuter.Middle.Inner getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter.Middle.Inner 812 public io.grpc.reflection.testing.NestedTypeOuter.Middle getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter.Middle.Builder 936 public io.grpc.reflection.testing.NestedTypeOuter.Middle getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter.Middle 1126 public io.grpc.reflection.testing.NestedTypeOuter getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter.Builder 1250 public io.grpc.reflection.testing.NestedTypeOuter getDefaultInstanceForType() { in getDefaultInstanceForType() method in NestedTypeOuter
|
D | EmptyMessage.java | 259 public io.grpc.reflection.testing.EmptyMessage getDefaultInstanceForType() { in getDefaultInstanceForType() method in EmptyMessage.Builder 383 public io.grpc.reflection.testing.EmptyMessage getDefaultInstanceForType() { in getDefaultInstanceForType() method in EmptyMessage
|
D | Request.java | 327 public io.grpc.reflection.testing.Request getDefaultInstanceForType() { in getDefaultInstanceForType() method in Request.Builder 540 public io.grpc.reflection.testing.Request getDefaultInstanceForType() { in getDefaultInstanceForType() method in Request
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | GetSocketRequest.java | 293 public io.grpc.channelz.v1.GetSocketRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetSocketRequest.Builder 459 public io.grpc.channelz.v1.GetSocketRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetSocketRequest
|
D | GetSubchannelRequest.java | 293 public io.grpc.channelz.v1.GetSubchannelRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetSubchannelRequest.Builder 459 public io.grpc.channelz.v1.GetSubchannelRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetSubchannelRequest
|
D | GetTopChannelsRequest.java | 294 public io.grpc.channelz.v1.GetTopChannelsRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetTopChannelsRequest.Builder 463 public io.grpc.channelz.v1.GetTopChannelsRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetTopChannelsRequest
|
D | GetServersRequest.java | 294 public io.grpc.channelz.v1.GetServersRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetServersRequest.Builder 463 public io.grpc.channelz.v1.GetServersRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetServersRequest
|
D | GetChannelRequest.java | 293 public io.grpc.channelz.v1.GetChannelRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetChannelRequest.Builder 459 public io.grpc.channelz.v1.GetChannelRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetChannelRequest
|
D | GetServerSocketsRequest.java | 323 public io.grpc.channelz.v1.GetServerSocketsRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetServerSocketsRequest.Builder 522 public io.grpc.channelz.v1.GetServerSocketsRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in GetServerSocketsRequest
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/ |
D | Uint128.java | 326 public io.grpc.binarylog.v1alpha.Uint128 getDefaultInstanceForType() { in getDefaultInstanceForType() method in Uint128.Builder 510 public io.grpc.binarylog.v1alpha.Uint128 getDefaultInstanceForType() { in getDefaultInstanceForType() method in Uint128
|
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/ |
D | EmptyProtos.java | 292 public io.grpc.testing.integration.EmptyProtos.Empty getDefaultInstanceForType() { in getDefaultInstanceForType() method in EmptyProtos.Empty.Builder 416 public io.grpc.testing.integration.EmptyProtos.Empty getDefaultInstanceForType() { in getDefaultInstanceForType() method in EmptyProtos.Empty
|
/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/ |
D | InitialLoadBalanceRequest.java | 327 public io.grpc.lb.v1.InitialLoadBalanceRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in InitialLoadBalanceRequest.Builder 560 public io.grpc.lb.v1.InitialLoadBalanceRequest getDefaultInstanceForType() { in getDefaultInstanceForType() method in InitialLoadBalanceRequest
|