Home
last modified time | relevance | path

Searched refs:SetServiceConfigJSON (Results 1 – 23 of 23) sorted by relevance

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dclient_options.h278 void SetServiceConfigJSON(grpc::string const& service_config_json) { in SetServiceConfigJSON() function
279 channel_arguments_.SetServiceConfigJSON(service_config_json); in SetServiceConfigJSON()
H A Dclient_options_test.cc379 TEST(ClientOptionsTest, SetServiceConfigJSON) { in TEST() argument
381 client_options_object.SetServiceConfigJSON("test-config"); in TEST()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dclient_options.h284 void SetServiceConfigJSON(grpc::string const& service_config_json) { in SetServiceConfigJSON() function
285 channel_arguments_.SetServiceConfigJSON(service_config_json); in SetServiceConfigJSON()
H A Dclient_options_test.cc378 TEST(ClientOptionsTest, SetServiceConfigJSON) { in TEST() argument
380 client_options_object.SetServiceConfigJSON("test-config"); in TEST()
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/support/
H A Dchannel_arguments_impl.h103 void SetServiceConfigJSON(const grpc::string& service_config_json);
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/support/
H A Dchannel_arguments.h99 void SetServiceConfigJSON(const std::string& service_config_json);
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/support/
H A Dchannel_arguments.h93 void SetServiceConfigJSON(const std::string& service_config_json);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/support/
H A Dchannel_arguments_impl.h103 void SetServiceConfigJSON(const grpc::string& service_config_json);
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/support/
H A Dchannel_arguments.h93 void SetServiceConfigJSON(const std::string& service_config_json);
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc1388 args.SetServiceConfigJSON( in TEST_F()
1405 args.SetServiceConfigJSON( in TEST_F()
1483 args.SetServiceConfigJSON( in TEST_F()
1508 args.SetServiceConfigJSON( in TEST_F()
1545 args.SetServiceConfigJSON( in TEST_F()
1556 args2.SetServiceConfigJSON( in TEST_F()
1722 args.SetServiceConfigJSON( in TEST_F()
H A Dservice_config_end2end_test.cc240 args.SetServiceConfigJSON(ValidDefaultServiceConfig()); in BuildChannelWithDefaultServiceConfig()
251 args.SetServiceConfigJSON(InvalidDefaultServiceConfig()); in BuildChannelWithInvalidDefaultServiceConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc1305 args.SetServiceConfigJSON( in TEST_F()
1322 args.SetServiceConfigJSON( in TEST_F()
1397 args.SetServiceConfigJSON( in TEST_F()
1434 args.SetServiceConfigJSON( in TEST_F()
1445 args2.SetServiceConfigJSON( in TEST_F()
1520 args.SetServiceConfigJSON( in TEST_F()
H A Dservice_config_end2end_test.cc240 args.SetServiceConfigJSON(ValidDefaultServiceConfig()); in BuildChannelWithDefaultServiceConfig()
252 args.SetServiceConfigJSON(InvalidDefaultServiceConfig()); in BuildChannelWithInvalidDefaultServiceConfig()
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc1420 args.SetServiceConfigJSON( in TEST_F()
1437 args.SetServiceConfigJSON( in TEST_F()
1515 args.SetServiceConfigJSON( in TEST_F()
1540 args.SetServiceConfigJSON( in TEST_F()
1577 args.SetServiceConfigJSON( in TEST_F()
1588 args2.SetServiceConfigJSON( in TEST_F()
1830 args.SetServiceConfigJSON( in TEST_F()
H A Dservice_config_end2end_test.cc247 args.SetServiceConfigJSON(ValidDefaultServiceConfig()); in BuildChannelWithDefaultServiceConfig()
258 args.SetServiceConfigJSON(InvalidDefaultServiceConfig()); in BuildChannelWithInvalidDefaultServiceConfig()
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc1422 args.SetServiceConfigJSON( in TEST_F()
1439 args.SetServiceConfigJSON( in TEST_F()
1517 args.SetServiceConfigJSON( in TEST_F()
1542 args.SetServiceConfigJSON( in TEST_F()
1579 args.SetServiceConfigJSON( in TEST_F()
1590 args2.SetServiceConfigJSON( in TEST_F()
1847 args.SetServiceConfigJSON( in TEST_F()
H A Dservice_config_end2end_test.cc245 args.SetServiceConfigJSON(ValidDefaultServiceConfig()); in BuildChannelWithDefaultServiceConfig()
256 args.SetServiceConfigJSON(InvalidDefaultServiceConfig()); in BuildChannelWithInvalidDefaultServiceConfig()
/dports/devel/grpc/grpc-1.42.0/src/cpp/common/
H A Dchannel_arguments.cc164 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc::ChannelArguments
/dports/devel/grpc130/grpc-1.30.2/src/cpp/common/
H A Dchannel_arguments.cc164 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc_impl::ChannelArguments
/dports/devel/grpc134/grpc-1.34.1/src/cpp/common/
H A Dchannel_arguments.cc164 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc::ChannelArguments
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/common/
H A Dchannel_arguments.cc165 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc_impl::ChannelArguments
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dgrpc_client.cc75 args.SetServiceConfigJSON(R"json({ in CreateGrpcChannel()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dgrpc_client.cc76 args.SetServiceConfigJSON(R"json({ in CreateGrpcChannel()