Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsRouteConfigureResource.java221 TypedStruct typedStruct = anyConfig.unpack(TypedStruct.class); in parseOverrideFilterConfigs() local
222 typeUrl = typedStruct.getTypeUrl(); in parseOverrideFilterConfigs()
223 rawConfig = typedStruct.getValue(); in parseOverrideFilterConfigs()
613 TypedStruct typedStruct = unpackCompatibleType( in parseClusterSpecifierPlugin() local
615 typeUrl = typedStruct.getTypeUrl(); in parseClusterSpecifierPlugin()
616 rawConfig = typedStruct.getValue(); in parseClusterSpecifierPlugin()
H A DXdsListenerResource.java559 TypedStruct typedStruct = httpFilter.getTypedConfig().unpack(TypedStruct.class); in parseHttpFilter() local
560 typeUrl = typedStruct.getTypeUrl(); in parseHttpFilter()
561 rawConfig = typedStruct.getValue(); in parseHttpFilter()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplDataTest.java1806 TypedStruct typedStruct = TypedStruct.newBuilder() in parseClusterSpecifierPlugin_typedStructInTypedExtension() local
1813 .setTypedConfig(Any.pack(typedStruct))) in parseClusterSpecifierPlugin_typedStructInTypedExtension()
1845 com.github.xds.type.v3.TypedStruct typedStruct = com.github.xds.type.v3.TypedStruct.newBuilder() in parseClusterSpecifierPlugin_v3TypedStructInTypedExtension() local
1852 .setTypedConfig(Any.pack(typedStruct))) in parseClusterSpecifierPlugin_v3TypedStructInTypedExtension()
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dorg_golang_x_tools-deletegopls.patch7750 -type typedStruct struct {
7758 -var _ = typedStruct{} // want `Fill typedStruct`
93671 -type typedStruct struct {
93679 -var _ = typedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
93705 -type typedStruct struct {
93713 -var _ = typedStruct{
93742 -type typedStruct struct {
93750 -var _ = typedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
93776 -type typedStruct struct {
93784 -var _ = typedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
[all …]