/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 453 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem() 460 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem() 467 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem() 542 grpc_channel_arg_get_integer( in maybe_add_max_age_filter() 545 grpc_channel_arg_get_integer( in maybe_add_max_age_filter()
|
/external/grpc-grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 436 const int value = grpc_channel_arg_get_integer( in init_channel_elem() 443 const int value = grpc_channel_arg_get_integer( in init_channel_elem() 450 const int value = grpc_channel_arg_get_integer( in init_channel_elem() 522 grpc_channel_arg_get_integer( in maybe_add_max_age_filter() 525 grpc_channel_arg_get_integer( in maybe_add_max_age_filter()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 246 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args() 260 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args() 267 t->ping_policy.max_pings_without_data = grpc_channel_arg_get_integer( in read_channel_args() 272 t->ping_policy.max_ping_strikes = grpc_channel_arg_get_integer( in read_channel_args() 278 grpc_channel_arg_get_integer( in read_channel_args() 287 grpc_channel_arg_get_integer( in read_channel_args() 294 t->write_buffer_size = static_cast<uint32_t>(grpc_channel_arg_get_integer( in read_channel_args() 301 const int value = grpc_channel_arg_get_integer( in read_channel_args() 310 const int value = grpc_channel_arg_get_integer( in read_channel_args() 320 grpc_channel_arg_get_integer(&channel_args->args[i], {0, 0, 1})); in read_channel_args() [all …]
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 301 grpc_channel_arg_get_integer( in parse_args_for_backoff_values() 307 *min_connect_timeout_ms = grpc_channel_arg_get_integer( in parse_args_for_backoff_values() 313 max_backoff_ms = grpc_channel_arg_get_integer( in parse_args_for_backoff_values() 318 initial_backoff_ms = grpc_channel_arg_get_integer( in parse_args_for_backoff_values() 396 (size_t)grpc_channel_arg_get_integer(arg, options); in grpc_subchannel_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 89 user_specified_max_frame_size = grpc_channel_arg_get_integer( in add_handshakers() 159 user_specified_max_frame_size = grpc_channel_arg_get_integer( in add_handshakers()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 268 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args() 282 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args() 289 t->ping_policy.max_pings_without_data = grpc_channel_arg_get_integer( in read_channel_args() 294 t->ping_policy.max_ping_strikes = grpc_channel_arg_get_integer( in read_channel_args() 300 grpc_channel_arg_get_integer( in read_channel_args() 307 t->write_buffer_size = static_cast<uint32_t>(grpc_channel_arg_get_integer( in read_channel_args() 314 const int value = grpc_channel_arg_get_integer( in read_channel_args() 323 const int value = grpc_channel_arg_get_integer( in read_channel_args() 333 grpc_channel_arg_get_integer(&channel_args->args[i], {0, 0, 1})); in read_channel_args() 379 int value = grpc_channel_arg_get_integer( in read_channel_args() [all …]
|
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.cc | 126 static_cast<grpc_compression_level>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder() 134 static_cast<grpc_compression_algorithm>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder() 149 (size_t)grpc_channel_arg_get_integer(&args->args[i], options); in grpc_channel_create_with_builder()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_args.h | 111 int grpc_channel_arg_get_integer(const grpc_arg* arg,
|
D | channel_args.cc | 337 int grpc_channel_arg_get_integer(const grpc_arg* arg, in grpc_channel_arg_get_integer() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 601 grpc_channel_arg_get_integer( in ParseArgsForBackoffValues() 607 *min_connect_timeout_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues() 613 max_backoff_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues() 618 initial_backoff_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues() 690 static_cast<size_t>(grpc_channel_arg_get_integer(arg, options)); in Subchannel()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 269 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout() 279 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout()
|
D | tcp_posix.cc | 1019 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1024 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1029 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
|
/external/grpc-grpc/src/core/ext/filters/message_size/ |
D | message_size_filter.cc | 270 grpc_channel_arg_get_integer(&channel_args->args[i], options); in get_message_size_limits() 276 grpc_channel_arg_get_integer(&channel_args->args[i], options); in get_message_size_limits()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_args.h | 81 int grpc_channel_arg_get_integer(const grpc_arg* arg,
|
D | channel_args.cc | 248 int grpc_channel_arg_get_integer(const grpc_arg* arg, in grpc_channel_arg_get_integer() function 272 return grpc_channel_arg_get_integer(arg, options); in grpc_channel_args_find_integer()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 321 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout() 331 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout()
|
D | tcp_posix.cc | 1715 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1720 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1725 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1742 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create() 1748 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 147 request_service_config_ = !grpc_channel_arg_get_integer(arg, integer_options); in AresDnsResolver() 151 grpc_channel_arg_get_integer(arg, {1000, 0, INT_MAX}); in AresDnsResolver()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.cc | 105 static_cast<grpc_compression_level>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder() 113 static_cast<grpc_compression_algorithm>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_idle/ |
D | client_idle_filter.cc | 121 grpc_channel_arg_get_integer( in GetClientIdleTimeout()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/ |
D | dns_resolver.cc | 124 grpc_channel_arg_get_integer(arg, {1000, 0, INT_MAX}); in NativeDnsResolver()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 198 grpc_channel_arg_get_integer(timeout_arg, in on_accept()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | security_handshaker.cc | 122 max_frame_size_ = grpc_channel_arg_get_integer( in SecurityHandshaker()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1356 lb_call_timeout_ms_ = grpc_channel_arg_get_integer(arg, {0, 0, INT_MAX}); in GrpcLb() 1359 fallback_at_startup_timeout_ = grpc_channel_arg_get_integer( in GrpcLb()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1063 lb_call_timeout_ms_ = grpc_channel_arg_get_integer(arg, {0, 0, INT_MAX}); in GrpcLb() 1066 lb_fallback_timeout_ms_ = grpc_channel_arg_get_integer( in GrpcLb()
|