Home
last modified time | relevance | path

Searched refs:GRPC_ARG_INTEGER (Results 1 – 25 of 49) sorted by relevance

12

/third_party/grpc/test/core/end2end/tests/
Dping.cc40 client_a[0].type = GRPC_ARG_INTEGER; in test_ping()
44 client_a[1].type = GRPC_ARG_INTEGER; in test_ping()
47 client_a[2].type = GRPC_ARG_INTEGER; in test_ping()
51 server_a[0].type = GRPC_ARG_INTEGER; in test_ping()
55 server_a[1].type = GRPC_ARG_INTEGER; in test_ping()
Dbad_ping.cc70 client_a[0].type = GRPC_ARG_INTEGER; in test_bad_ping()
74 client_a[1].type = GRPC_ARG_INTEGER; in test_bad_ping()
77 client_a[2].type = GRPC_ARG_INTEGER; in test_bad_ping()
81 server_a[0].type = GRPC_ARG_INTEGER; in test_bad_ping()
85 server_a[1].type = GRPC_ARG_INTEGER; in test_bad_ping()
88 server_a[2].type = GRPC_ARG_INTEGER; in test_bad_ping()
227 client_a[0].type = GRPC_ARG_INTEGER; in test_pings_without_data()
233 client_a[1].type = GRPC_ARG_INTEGER; in test_pings_without_data()
236 client_a[2].type = GRPC_ARG_INTEGER; in test_pings_without_data()
240 server_a[0].type = GRPC_ARG_INTEGER; in test_pings_without_data()
[all …]
Dmax_connection_age.cc84 server_a[0].type = GRPC_ARG_INTEGER; in test_max_age_forcibly_close()
87 server_a[1].type = GRPC_ARG_INTEGER; in test_max_age_forcibly_close()
90 server_a[2].type = GRPC_ARG_INTEGER; in test_max_age_forcibly_close()
226 server_a[0].type = GRPC_ARG_INTEGER; in test_max_age_gracefully_close()
229 server_a[1].type = GRPC_ARG_INTEGER; in test_max_age_gracefully_close()
232 server_a[2].type = GRPC_ARG_INTEGER; in test_max_age_gracefully_close()
Dkeepalive_timeout.cc107 keepalive_arg_elems[0].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
110 keepalive_arg_elems[1].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
113 keepalive_arg_elems[2].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
241 keepalive_arg_elems[0].type = GRPC_ARG_INTEGER; in test_read_delays_keepalive()
244 keepalive_arg_elems[1].type = GRPC_ARG_INTEGER; in test_read_delays_keepalive()
247 keepalive_arg_elems[2].type = GRPC_ARG_INTEGER; in test_read_delays_keepalive()
Dmax_connection_idle.cc173 client_a[0].type = GRPC_ARG_INTEGER; in test_max_connection_idle()
178 server_a[0].type = GRPC_ARG_INTEGER; in test_max_connection_idle()
181 server_a[1].type = GRPC_ARG_INTEGER; in test_max_connection_idle()
Dsimple_delayed_request.cc190 arg_array[0].type = GRPC_ARG_INTEGER; in test_simple_delayed_request_short()
210 arg_array[0].type = GRPC_ARG_INTEGER; in test_simple_delayed_request_long()
Dhpack_size.cc362 server_arg.type = GRPC_ARG_INTEGER; in test_size()
368 client_arg.type = GRPC_ARG_INTEGER; in test_size()
Dinvoke_large_request.cc101 args[0].type = GRPC_ARG_INTEGER; in test_invoke_large_request()
104 args[1].type = GRPC_ARG_INTEGER; in test_invoke_large_request()
/third_party/grpc/src/core/lib/compression/
Dcompression_args.cc41 if (a->args[i].type == GRPC_ARG_INTEGER && in grpc_channel_args_get_channel_default_compression_algorithm()
57 tmp.type = GRPC_ARG_INTEGER; in grpc_channel_args_set_channel_default_compression_algorithm()
71 if (a->args[i].type == GRPC_ARG_INTEGER && in find_compression_algorithm_states_bitset()
110 tmp.type = GRPC_ARG_INTEGER; in grpc_channel_args_compression_algorithm_set_state()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc48 case GRPC_ARG_INTEGER: in copy_arg()
155 case GRPC_ARG_INTEGER: in cmp_arg()
211 case GRPC_ARG_INTEGER: in grpc_channel_args_destroy()
251 if (arg->type != GRPC_ARG_INTEGER) { in grpc_channel_arg_get_integer()
292 if (arg->type != GRPC_ARG_INTEGER) { in grpc_channel_arg_get_bool()
329 arg.type = GRPC_ARG_INTEGER; in grpc_channel_arg_integer_create()
352 case GRPC_ARG_INTEGER: in grpc_channel_args_string()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_sockpair_1byte.cc84 a[0].type = GRPC_ARG_INTEGER; in chttp2_create_fixture_socketpair()
87 a[1].type = GRPC_ARG_INTEGER; in chttp2_create_fixture_socketpair()
90 a[2].type = GRPC_ARG_INTEGER; in chttp2_create_fixture_socketpair()
Dh2_census.cc59 arg.type = GRPC_ARG_INTEGER; in make_census_enable_arg()
Dh2_full+workarounds.cc77 args[i].type = GRPC_ARG_INTEGER; in chttp2_init_server_fullstack()
Dh2_proxy.cc52 arg.type = GRPC_ARG_INTEGER; in create_proxy_client()
/third_party/grpc/test/core/channel/
Dchannel_stack_test.cc33 GPR_ASSERT(args->channel_args->args[0].type == GRPC_ARG_INTEGER); in channel_init_func()
102 arg.type = GRPC_ARG_INTEGER; in test_create_channel_stack()
Dminimal_stack_is_minimal_test.cc69 minimal_stack_arg.type = GRPC_ARG_INTEGER; in main()
175 case GRPC_ARG_INTEGER: { in check_stack()
/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc114 if (arg.type == GRPC_ARG_INTEGER) { in HasArg()
137 arg0.type = GRPC_ARG_INTEGER; in TEST_F()
142 arg1.type = GRPC_ARG_INTEGER; in TEST_F()
/third_party/grpc/src/core/ext/transport/cronet/client/secure/
Dcronet_channel_create.cc52 disable_client_authority_filter_arg.type = GRPC_ARG_INTEGER; in grpc_cronet_secure_channel_create()
/third_party/grpc/test/core/iomgr/
Dtcp_posix_test.cc217 a[0].type = GRPC_ARG_INTEGER, in read_test()
268 a[0].type = GRPC_ARG_INTEGER; in large_read_test()
429 a[0].type = GRPC_ARG_INTEGER, in write_test()
506 a[0].type = GRPC_ARG_INTEGER; in release_fd_test()
603 a[0].type = GRPC_ARG_INTEGER; in create_fixture_tcp_socketpair()
Dendpoint_pair_test.cc40 a[0].type = GRPC_ARG_INTEGER; in create_fixture_endpoint_pair()
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc50 case GRPC_ARG_INTEGER: in ChannelArguments()
171 arg.type = GRPC_ARG_INTEGER; in SetInt()
/third_party/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc88 if (arg != nullptr && arg->type == GRPC_ARG_INTEGER) { in add_handshakers()
153 if (arg != nullptr && arg->type == GRPC_ARG_INTEGER) { in add_handshakers()
/third_party/grpc/test/cpp/naming/
Dcancel_ares_query_test.cc296 arg.type = GRPC_ARG_INTEGER; in TestCancelDuringActiveQuery()
304 arg.type = GRPC_ARG_INTEGER; in TestCancelDuringActiveQuery()
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_args.c87 args->args[args->num_args - 1].type = GRPC_ARG_INTEGER; in grpc_rb_channel_create_in_process_add_args_hash_cb()
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc197 arg_array[0].type = GRPC_ARG_INTEGER; in main()
207 arg_array[1].type = GRPC_ARG_INTEGER; in main()

12