Searched refs:ParseChannelCreds (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_bootstrap.h | 78 grpc_error* ParseChannelCreds(Json* json, size_t idx, XdsServer* server);
|
D | xds_bootstrap.cc | 209 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/ |
D | xds_bootstrap.h | 101 grpc_error* ParseChannelCreds(Json* json, size_t idx, XdsServer* server);
|
D | xds_bootstrap.cc | 322 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
|