Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/client/
Dauthority.cc25 const bool has_default_authority = in grpc_default_authority_add_if_not_present() local
30 if (!has_default_authority) { in grpc_default_authority_add_if_not_present()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc141 bool has_default_authority = false; in get_default_authority() local
147 has_default_authority = true; in get_default_authority()
153 if (!has_default_authority && ssl_override != nullptr) { in get_default_authority()