Home
last modified time | relevance | path

Searched refs:ParseGlobalParameters (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dservice_config_parser.h82 static ParsedConfigVector ParseGlobalParameters(const grpc_channel_args* args,
Dservice_config_parser.cc48 ServiceConfigParser::ParseGlobalParameters(const grpc_channel_args* args, in ParseGlobalParameters() function in grpc_core::ServiceConfigParser
Dservice_config.cc56 ServiceConfigParser::ParseGlobalParameters(args, json_, &global_error); in ServiceConfig()