Home
last modified time | relevance | path

Searched defs:new_args (Results 1 – 25 of 35) sorted by relevance

12

/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc47 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
115 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
145 grpc_channel_args* new_args = in CreateChannel() local
193 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create() local
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc41 grpc_channel_args* new_args = in CreateSubchannel() local
67 grpc_channel_args* new_args = in CreateChannel() local
106 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_insecure_channel_create() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dproxy_mapper_registry.cc66 grpc_channel_args** new_args) { in MapName()
79 grpc_channel_args** new_args) { in MapAddress()
Dhttp_proxy.cc113 char** name_to_resolve, grpc_channel_args** new_args) override { in MapName()
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dauthority.cc27 grpc_arg new_args[1]; in grpc_default_authority_add_if_not_present() local
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc76 grpc_channel_args* new_args = in CreateGrpclbBalancerChannel() local
/third_party/grpc/src/core/ext/transport/cronet/client/secure/
Dcronet_channel_create.cc54 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in grpc_cronet_secure_channel_create() local
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_channel_secure.cc98 grpc_channel_args* new_args = in CreateXdsChannel() local
/third_party/grpc/src/core/ext/transport/chttp2/server/secure/
Dserver_secure_chttp2.cc61 grpc_channel_args* new_args = in ModifyArgsForConnection() local
/third_party/boost/tools/build/src/engine/
Ddebugger.cpp1488 const char * new_args[ 2 ]; in debug_parent_clear() local
1546 const char * new_args[ 3 ]; in debug_parent_backtrace() local
2165 const char * new_args[] = { "info", "frame" }; in debug_mi_thread_info() local
2188 const char * new_args[] = { "info", "frame" }; in debug_mi_thread_select() local
2210 const char * new_args[ 2 ]; in debug_mi_stack_select_frame() local
2311 const char * new_args[2]; in debug_mi_stack_list_variables() local
2415 const char * new_args[2]; in debug_mi_stack_list_locals() local
2501 const char * new_args[] = { "continue" }; in debug_mi_exec_continue() local
2517 const char * new_args[] = { "step" }; in debug_mi_exec_step() local
2533 const char * new_args[] = { "next" }; in debug_mi_exec_next() local
[all …]
/third_party/grpc/src/core/lib/security/credentials/tls/
Dtls_credentials.cc71 grpc_channel_args** new_args) { in create_security_connector()
/third_party/grpc/test/core/security/
Dtls_security_connector_test.cc252 grpc_channel_args* new_args = nullptr; in TEST_F() local
264 grpc_channel_args* new_args = nullptr; in TEST_F() local
274 grpc_channel_args* new_args = nullptr; in TEST_F() local
/third_party/grpc/test/core/end2end/fixtures/
Dh2_proxy.cc55 grpc_channel_args* new_args = in create_proxy_client() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dparameter_eliminate.h131 std::vector<AnfNodePtr> new_args = {caller->inputs()[0]}; in EraseArgs() local
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc121 grpc_channel_args* new_args = nullptr; in mutate_channel_args() local
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc120 const grpc_channel_args* args, grpc_channel_args** new_args) { in create_security_connector()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc161 grpc_arg new_args[1]; in build_channel_args() local
215 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in CreateChannelzNode() local
/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc204 grpc_channel_args** new_args) { in create_security_connector()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc273 const grpc_channel_args* new_args = in UpdateLocked() local
/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc218 grpc::ChannelArguments new_args{channel_args_}; in TEST_F() local
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc86 grpc_channel_args** new_args) { in create_security_connector()
/third_party/grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc67 grpc_channel_args** new_args) { in create_security_connector()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc342 absl::InlinedVector<grpc_arg, 1> new_args; in OnResolvedLocked() local
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dlrs.cc259 grpc_channel_args* new_args = XdsClient::RemoveFromChannelArgs(*args.args); in UpdateLocked() local
/third_party/python/Objects/
Dunionobject.c192 PyObject *new_args = PyTuple_New(arg_length); in dedup_and_flatten_args() local

12