Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dservice_config_call_data.h41 const ServiceConfigParser::ParsedConfigVector* method_configs, in ServiceConfigCallData() argument
45 method_configs_(method_configs), in ServiceConfigCallData()
53 const ServiceConfigParser::ParsedConfigVector* method_configs, in ServiceConfigCallData() argument
55 : ServiceConfigCallData(std::move(service_config), method_configs, {}, in ServiceConfigCallData()
Dconfig_selector.h58 const ServiceConfigParser::ParsedConfigVector* method_configs = nullptr; member
113 call_config.method_configs = in GetCallConfig()
Dclient_channel.cc2996 std::move(call_config.service_config), call_config.method_configs, in ApplyServiceConfigToCallLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc527 call_config.method_configs = in GetCallConfig()