Home
last modified time | relevance | path

Searched refs:parsed_global_configs_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dservice_config.h82 GPR_DEBUG_ASSERT(index < parsed_global_configs_.size()); in GetGlobalParsedConfig()
83 return parsed_global_configs_[index].get(); in GetGlobalParsedConfig()
107 parsed_global_configs_; variable
Dservice_config.cc55 parsed_global_configs_ = in ServiceConfig()