Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dservice_config.h106 static int CountNamesInMethodConfig(grpc_json* json);
191 int count = CountNamesInMethodConfig(method); in CreateMethodConfigTable()
Dservice_config.cc68 int ServiceConfig::CountNamesInMethodConfig(grpc_json* json) { in CountNamesInMethodConfig() function in grpc_core::ServiceConfig