Home
last modified time | relevance | path

Searched refs:grpc_channel_arg_get_bool (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc290 bool grpc_channel_arg_get_bool(const grpc_arg* arg, bool default_value) { in grpc_channel_arg_get_bool() function
311 return grpc_channel_arg_get_bool(arg, default_value); in grpc_channel_args_find_bool()
315 return grpc_channel_arg_get_bool( in grpc_channel_args_want_minimal_stack()
Dchannel_args.h99 bool grpc_channel_arg_get_bool(const grpc_arg* arg, bool default_value);
/third_party/grpc/src/core/ext/filters/http/
Dhttp_filters_plugin.cc57 bool enable = grpc_channel_arg_get_bool( in maybe_add_optional_filter()
Dclient_authority_filter.cc141 grpc_channel_arg_get_bool(disable_client_authority_filter_arg, false); in add_client_authority_filter()
/third_party/grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc195 if (grpc_channel_arg_get_bool(a, false) == false) { in register_workaround_cronet_compression()
/third_party/grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc368 return grpc_channel_arg_get_bool( in grpc_deadline_checking_enabled()
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc331 return grpc_channel_arg_get_bool( in MaybeAddServerLoadReportingFilter()
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc507 chand->surface_user_agent = grpc_channel_arg_get_bool( in hs_init_channel_elem()
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc681 grpc_channel_arg_get_bool(arg, GRPC_ENABLE_CHANNELZ_DEFAULT); in Subchannel()
Dclient_channel.cc1734 bool inhibit_health_checking = grpc_channel_arg_get_bool( in CreateSubchannel()
1840 return grpc_channel_arg_get_bool( in GetEnableRetries()
1852 const bool use_local_subchannel_pool = grpc_channel_arg_get_bool( in GetSubchannelPool()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc285 enable_bdp = grpc_channel_arg_get_bool(&channel_args->args[i], true); in read_channel_args()
313 channelz_enabled = grpc_channel_arg_get_bool( in read_channel_args()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1735 tcp_tx_zerocopy_enabled = grpc_channel_arg_get_bool( in grpc_tcp_create()