Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap.h93 grpc_error* ParseChannelCreds(Json* json, size_t idx, XdsServer* server);
Dxds_bootstrap.cc295 grpc_error* parse_error = ParseChannelCreds(&child, i, server); in ParseChannelCredsArray()
307 grpc_error* XdsBootstrap::ParseChannelCreds(Json* json, size_t idx, in ParseChannelCreds() function in grpc_core::XdsBootstrap