Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_bootstrap.h78 grpc_error* ParseChannelCreds(Json* json, size_t idx, XdsServer* server);
Dxds_bootstrap.cc209 grpc_error* parse_error = ParseChannelCreds(&child, i, server); in ParseChannelCredsArray()
217 grpc_error* XdsBootstrap::ParseChannelCreds(Json* json, size_t idx, in ParseChannelCreds() function in grpc_core::XdsBootstrap
/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.h101 grpc_error* ParseChannelCreds(Json* json, size_t idx, XdsServer* server);
Dxds_bootstrap.cc322 grpc_error* parse_error = ParseChannelCreds(&child, i, server); in ParseChannelCredsArray()
334 grpc_error* XdsBootstrap::ParseChannelCreds(Json* json, size_t idx, in ParseChannelCreds() function in grpc_core::XdsBootstrap