Home
last modified time | relevance | path

Searched defs:CallConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dconfig_selector.h53 struct CallConfig { struct
55 grpc_error* error = GRPC_ERROR_NONE;
58 const ServiceConfigParser::ParsedConfigVector* method_configs = nullptr;
61 RefCountedPtr<ServiceConfig> service_config;
63 std::map<const char*, absl::string_view> call_attributes;
87 virtual CallConfig GetCallConfig(GetCallConfigArgs args) = 0; argument