Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/support/
Dvalidate_service_config.h31 std::string ValidateServiceConfigJSON(const std::string& service_config_json);
/third_party/grpc/src/cpp/common/
Dvalidate_service_config.cc26 std::string ValidateServiceConfigJSON(const std::string& service_config_json) { in ValidateServiceConfigJSON() function
/third_party/grpc/test/cpp/end2end/
Dservice_config_end2end_test.cc237 EXPECT_THAT(grpc::experimental::ValidateServiceConfigJSON( in BuildChannelWithDefaultServiceConfig()
248 EXPECT_THAT(grpc::experimental::ValidateServiceConfigJSON( in BuildChannelWithInvalidDefaultServiceConfig()