Home
last modified time | relevance | path

Searched refs:param_str (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/compiler/
Dobjective_c_plugin.cc99 for (auto param_str = params_list.begin(); param_str != params_list.end(); in Generate() local
100 ++param_str) { in Generate()
102 grpc_generator::tokenize(*param_str, "="); in Generate()
/third_party/glib/gio/
Dgdbusactiongroup.c104 const gchar *param_str; in action_info_new_from_iter() local
111 &enabled, &param_str, &state)) in action_info_new_from_iter()
124 if (param_str[0]) in action_info_new_from_iter()
125 info->parameter_type = g_variant_type_copy ((GVariantType *) param_str); in action_info_new_from_iter()
/third_party/selinux/libsepol/cil/src/
Dcil_internal.h891 char *param_str; member
Dcil_resolve_ast.c2985 arg->param_str = ((struct cil_param*)item->data)->str; in cil_build_call_args()
3208 if (name == arg->param_str) { in cil_resolve_name_call_args()
Dcil.c2809 (*args)->param_str = NULL; in cil_args_init()
Dcil_build_ast.c5459 args->param_str = NULL; in cil_destroy_args()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto963 // This value is set to the attribute `param_str` of the `PythonLayer` object
967 optional string param_str = 3 [default = '']; field