Home
last modified time | relevance | path

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

/third_party/grpc/test/core/client_channel/
Dservice_config_test.cc157 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
165 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
177 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
179 const auto* vector_ptr = svc_cfg->GetMethodParsedConfigVector( in TEST_F()
193 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
209 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
225 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
241 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
257 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
273 auto svc_cfg = ServiceConfig::Create(test_json, &error); in TEST_F() local
[all …]
/third_party/grpc/test/cpp/end2end/
Dservice_config_end2end_test.cc207 const char* svc_cfg) { in SetNextResolutionWithServiceConfig() argument
211 grpc_core::ServiceConfig::Create(svc_cfg, &result.service_config_error); in SetNextResolutionWithServiceConfig()