Searched refs:param_str (Results 1 – 7 of 7) sorted by relevance
99 for (auto param_str = params_list.begin(); param_str != params_list.end(); in Generate() local100 ++param_str) { in Generate()102 grpc_generator::tokenize(*param_str, "="); in Generate()
104 const gchar *param_str; in action_info_new_from_iter() local111 &enabled, ¶m_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()
891 char *param_str; member
2985 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()
2809 (*args)->param_str = NULL; in cil_args_init()
5459 args->param_str = NULL; in cil_destroy_args()
963 // This value is set to the attribute `param_str` of the `PythonLayer` object967 optional string param_str = 3 [default = '']; field