HomeSort by relevance Sort by last modified time
    Searched refs:getDefaultInstanceForType (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageLiteOrBuilder.java 50 MessageLite getDefaultInstanceForType();
SingleFieldBuilder.java 192 if (builder == null && message == message.getDefaultInstanceForType()) {
209 message.getDefaultInstanceForType() :
210 builder.getDefaultInstanceForType());
MessageOrBuilder.java 46 Message getDefaultInstanceForType();
LazyFieldLite.java 161 return value1.equals(other.getValue(value1.getDefaultInstanceForType()));
163 return getValue(value2.getDefaultInstanceForType()).equals(value2);
MapEntryLite.java 221 public MapEntryLite<K, V> getDefaultInstanceForType() {
298 public MessageLite getDefaultInstanceForType() {
MapEntry.java 149 public MapEntry<K, V> getDefaultInstanceForType() {
364 public MapEntry<K, V> getDefaultInstanceForType() {
AbstractMessageLite.java 328 if (!getDefaultInstanceForType().getClass().isInstance(other)) {
MessageLiteToString.java 177 return o == ((MessageLite) o).getDefaultInstanceForType();
GeneratedMessageLite.java 79 public final MessageType getDefaultInstanceForType() {
136 if (!getDefaultInstanceForType().getClass().isInstance(other)) {
157 if (!getDefaultInstanceForType().getClass().isInstance(other)) {
352 (BuilderType) getDefaultInstanceForType().newBuilderForType();
391 public MessageType getDefaultInstanceForType() {
597 getDefaultInstanceForType()) {
774 getDefaultInstanceForType()) {
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyFieldTest.java 107 return new LazyField(message.getDefaultInstanceForType(),
AbstractMessageTest.java 72 public AbstractMessageWrapper getDefaultInstanceForType() {
74 wrappedMessage.getDefaultInstanceForType());
137 public AbstractMessageWrapper getDefaultInstanceForType() {
139 wrappedBuilder.getDefaultInstanceForType());
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
EmptyMessage.java 259 public io.grpc.reflection.testing.EmptyMessage getDefaultInstanceForType() {
383 public io.grpc.reflection.testing.EmptyMessage getDefaultInstanceForType() {
NestedTypeOuter.java 455 public io.grpc.reflection.testing.NestedTypeOuter.Middle.Inner getDefaultInstanceForType() {
622 public io.grpc.reflection.testing.NestedTypeOuter.Middle.Inner getDefaultInstanceForType() {
812 public io.grpc.reflection.testing.NestedTypeOuter.Middle getDefaultInstanceForType() {
    [all...]
  /external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
ClientStatsPerToken.java 362 public io.grpc.lb.v1.ClientStatsPerToken getDefaultInstanceForType() {
622 public io.grpc.lb.v1.ClientStatsPerToken getDefaultInstanceForType() {
InitialLoadBalanceRequest.java 327 public io.grpc.lb.v1.InitialLoadBalanceRequest getDefaultInstanceForType() {
560 public io.grpc.lb.v1.InitialLoadBalanceRequest getDefaultInstanceForType() {
  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
EmptyProtos.java 292 public io.grpc.testing.integration.EmptyProtos.Empty getDefaultInstanceForType() {
416 public io.grpc.testing.integration.EmptyProtos.Empty getDefaultInstanceForType() {
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
Message.java 369 public io.grpc.binarylog.v1alpha.Message getDefaultInstanceForType() {
637 public io.grpc.binarylog.v1alpha.Message getDefaultInstanceForType() {
MetadataEntry.java 324 public io.grpc.binarylog.v1alpha.MetadataEntry getDefaultInstanceForType() {
514 public io.grpc.binarylog.v1alpha.MetadataEntry getDefaultInstanceForType() {
Uint128.java 326 public io.grpc.binarylog.v1alpha.Uint128 getDefaultInstanceForType() {
510 public io.grpc.binarylog.v1alpha.Uint128 getDefaultInstanceForType() {
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
ChannelConnectivityState.java 439 public io.grpc.channelz.v1.ChannelConnectivityState getDefaultInstanceForType() {
611 public io.grpc.channelz.v1.ChannelConnectivityState getDefaultInstanceForType() {
ChannelRef.java 362 public io.grpc.channelz.v1.ChannelRef getDefaultInstanceForType() {
622 public io.grpc.channelz.v1.ChannelRef getDefaultInstanceForType() {
GetChannelRequest.java 293 public io.grpc.channelz.v1.GetChannelRequest getDefaultInstanceForType() {
459 public io.grpc.channelz.v1.GetChannelRequest getDefaultInstanceForType() {
GetChannelResponse.java 331 public io.grpc.channelz.v1.GetChannelResponse getDefaultInstanceForType() {
625 public io.grpc.channelz.v1.GetChannelResponse getDefaultInstanceForType() {
GetServerSocketsRequest.java 323 public io.grpc.channelz.v1.GetServerSocketsRequest getDefaultInstanceForType() {
522 public io.grpc.channelz.v1.GetServerSocketsRequest getDefaultInstanceForType() {

Completed in 273 milliseconds

1 2 3 4