Home
last modified time | relevance | path

Searched refs:unpackCompatibleType (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DXdsResourceType.java129 unpackedMessage = unpackCompatibleType(resource, unpackedClassName(), typeUrl(), null); in parse()
179 static <T extends com.google.protobuf.Message> T unpackCompatibleType( in unpackCompatibleType() method in XdsResourceType
191 return unpackCompatibleType(resource, Resource.class, TYPE_URL_RESOURCE, in maybeUnwrapResources()
DXdsClusterResource.java162 clusterConfig = unpackCompatibleType(customType.getTypedConfig(), in parseAggregateCluster()
209 unpackCompatibleType(cluster.getTransportSocket().getTypedConfig(), in parseNonAggregateCluster()
DXdsListenerResource.java118 hcm = unpackCompatibleType( in processClientSideListener()
DXdsRouteConfigureResource.java613 TypedStruct typedStruct = unpackCompatibleType( in parseClusterSpecifierPlugin()