Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc182 bool has_default_authority = false; in get_default_authority() local
188 has_default_authority = true; in get_default_authority()
194 if (!has_default_authority && ssl_override != nullptr) { in get_default_authority()