Home
last modified time | relevance | path

Searched refs:grpc_channel_args_find_bool (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.h102 bool grpc_channel_args_find_bool(const grpc_channel_args* args,
Dchannel_args.cc308 bool grpc_channel_args_find_bool(const grpc_channel_args* args, in grpc_channel_args_find_bool() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc85 const bool is_grpclb_load_balancer = grpc_channel_args_find_bool( in create_security_connector()
87 const bool is_backend_from_grpclb_load_balancer = grpc_channel_args_find_bool( in create_security_connector()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc114 if (!grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_HTTP_PROXY, true)) { in MapName()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.cc191 const bool channelz_enabled = grpc_channel_args_find_bool( in CreateChannelzNode()
198 const bool is_internal_channel = grpc_channel_args_find_bool( in CreateChannelzNode()
Dserver.cc518 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in CreateChannelzNode()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_server_custom.cc92 if (!grpc_channel_args_find_bool(args, GRPC_ARG_ALLOW_REUSEPORT, true)) { in tcp_server_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc350 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in Create()