Home
last modified time | relevance | path

Searched refs:ParseXdsServer (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_bootstrap.h76 grpc_error* ParseXdsServer(Json* json, size_t idx);
Dxds_bootstrap.cc157 grpc_error* parse_error = ParseXdsServer(&child, i); in ParseXdsServerList()
165 grpc_error* XdsBootstrap::ParseXdsServer(Json* json, size_t idx) { in ParseXdsServer() function in grpc_core::XdsBootstrap
/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.h99 grpc_error* ParseXdsServer(Json* json, size_t idx);
Dxds_bootstrap.cc259 grpc_error* parse_error = ParseXdsServer(&child, i); in ParseXdsServerList()
267 grpc_error* XdsBootstrap::ParseXdsServer(Json* json, size_t idx) { in ParseXdsServer() function in grpc_core::XdsBootstrap