HomeSort by relevance Sort by last modified time
    Searched refs:grpc_arg (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/grpc-grpc/src/core/lib/channel/
channel_args.h 39 const grpc_arg* to_add,
51 const grpc_arg* to_add, size_t num_to_add);
99 const grpc_arg* grpc_channel_args_find(const grpc_channel_args* args,
111 int grpc_channel_arg_get_integer(const grpc_arg* arg,
117 char* grpc_channel_arg_get_string(const grpc_arg* arg);
119 bool grpc_channel_arg_get_bool(const grpc_arg* arg, bool default_value);
122 grpc_arg grpc_channel_arg_string_create(char* name, char* value);
123 grpc_arg grpc_channel_arg_integer_create(char* name, int value);
124 grpc_arg grpc_channel_arg_pointer_create(char* name, void* value,
channel_args.cc 34 static grpc_arg copy_arg(const grpc_arg* src) {
35 grpc_arg dst;
55 const grpc_arg* to_add,
68 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove,
78 const grpc_arg* to_add, size_t num_to_add) {
97 static_cast<grpc_arg*>(gpr_malloc(sizeof(grpc_arg) * dst->num_args));
122 grpc_arg* uniques =
123 static_cast<grpc_arg*>(gpr_malloc(sizeof(*uniques) * max_out))
    [all...]
  /external/grpc-grpc/src/core/lib/security/transport/
target_authority_table.h 32 grpc_arg CreateTargetAuthorityTableChannelArg(TargetAuthorityTable* table);
target_authority_table.cc 54 grpc_arg CreateTargetAuthorityTableChannelArg(TargetAuthorityTable* table) {
62 const grpc_arg* arg =
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/
authority.cc 27 grpc_arg new_args[1];
31 const grpc_arg* server_uri_arg =
  /external/grpc-grpc/src/core/lib/security/credentials/fake/
fake_credentials.h 50 grpc_arg grpc_fake_transport_expected_targets_arg(char* expected_targets);
fake_credentials.cc 80 grpc_arg grpc_fake_transport_expected_targets_arg(char* expected_targets) {
87 const grpc_arg* expected_target_arg =
  /external/grpc-grpc/test/cpp/common/
channel_arguments_test.cc 102 bool HasArg(grpc_arg expected_arg) {
106 const grpc_arg& arg = args.args[i];
131 grpc_arg arg0;
136 grpc_arg arg1;
158 grpc_arg arg0;
164 grpc_arg arg1;
190 grpc_arg arg0;
203 grpc_arg arg0, arg1;
222 grpc_arg arg0;
236 const grpc_arg& arg = args.args[i]
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
arguments.pxd.pxi 25 cdef tuple _wrap_grpc_arg(grpc_arg arg)
28 cdef grpc_arg _unwrap_grpc_arg(tuple wrapped_arg)
33 cdef grpc_arg c_argument
arguments.pyx.pxi 39 cdef grpc_arg arg
42 cdef tuple _wrap_grpc_arg(grpc_arg arg):
48 cdef grpc_arg _unwrap_grpc_arg(tuple wrapped_arg):
97 self._c_arguments.arguments = <grpc_arg *>gpr_malloc(
98 self._c_arguments.arguments_length * sizeof(grpc_arg))
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/fake/
fake_resolver.h 65 static grpc_arg MakeChannelArg(FakeResolverResponseGenerator* generator);
  /external/grpc-grpc/test/core/end2end/fixtures/
h2_census.cc 59 static grpc_arg make_census_enable_arg(void) {
60 grpc_arg arg;
71 grpc_arg arg = make_census_enable_arg();
86 grpc_arg arg = make_census_enable_arg();
  /external/grpc-grpc/src/core/lib/security/context/
security_context.h 114 grpc_arg grpc_auth_context_to_arg(grpc_auth_context* c);
115 grpc_auth_context* grpc_auth_context_from_arg(const grpc_arg* arg);
  /external/grpc-grpc/src/cpp/common/
channel_arguments.cc 43 grpc_arg ap;
95 grpc_arg mutator_arg = grpc_socket_mutator_to_arg(mutator);
125 const grpc_arg& arg = *it;
169 grpc_arg arg;
188 grpc_arg arg;
199 grpc_arg arg;
212 channel_args->args = const_cast<grpc_arg*>(&args_[0]);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel_factory.cc 63 grpc_arg grpc_client_channel_factory_create_channel_arg(
client_channel_factory.h 71 grpc_arg grpc_client_channel_factory_create_channel_arg(
  /external/grpc-grpc/src/core/lib/iomgr/
socket_factory_posix.h 52 /** Wrap \a factory as a grpc_arg */
53 grpc_arg grpc_socket_factory_to_arg(grpc_socket_factory* factory);
socket_mutator.h 49 /** Wrap \a mutator as a grpc_arg */
50 grpc_arg grpc_socket_mutator_to_arg(grpc_socket_mutator* mutator);
  /external/grpc-grpc/src/core/lib/security/credentials/
credentials.h 132 grpc_arg grpc_channel_credentials_to_arg(grpc_channel_credentials* credentials);
136 const grpc_arg* arg);
229 grpc_arg grpc_server_credentials_to_arg(grpc_server_credentials* c);
230 grpc_server_credentials* grpc_server_credentials_from_arg(const grpc_arg* arg);
  /external/grpc-grpc/include/grpcpp/support/
channel_arguments.h 120 out.args = args_.empty() ? NULL : const_cast<grpc_arg*>(&args_[0]);
142 std::vector<grpc_arg> args_;
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb_channel_secure.cc 72 grpc_arg args_to_add[2];
75 const grpc_arg* arg = grpc_channel_args_find(args, GRPC_ARG_LB_ADDRESSES);
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
channel_create.cc 64 grpc_arg arg = grpc_channel_arg_string_create(
96 grpc_arg arg =
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 67 const grpc_arg* server_uri_arg =
101 grpc_arg args_to_add[2];
127 grpc_arg new_security_connector_arg =
177 grpc_arg arg = grpc_channel_arg_string_create((char*)GRPC_ARG_SERVER_URI,
214 grpc_arg args_to_add[] = {
  /external/grpc-grpc/test/core/channel/
channel_args_test.cc 31 grpc_arg arg_int;
32 grpc_arg arg_string;
33 grpc_arg to_add[2];
175 grpc_arg client_a[3];
205 grpc_arg server_a[3];
  /external/grpc-grpc/src/core/ext/filters/http/
client_authority_filter.cc 92 const grpc_arg* default_authority_arg =
135 const grpc_arg* disable_client_authority_filter_arg = grpc_channel_args_find(

Completed in 234 milliseconds

1 2 3 4 5 6 7