Searched full:ref_depth (Results 1 – 4 of 4) sorted by relevance
42 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…54 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…57 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n88 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…100 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…103 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n131 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…144 … |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]>(*|return_arg…147 …onst| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|>(toPush);\n179 ….template_args.0.type.ptr_depth||es2panda_arg.type.template_args.0.type.ref_depth||arg_name|Elemen…[all …]
49 arg['type']['ref_depth'] = 0 if arg['type'].respond_to?('ref_depth')54 type['ref_depth'] = 0 if type.respond_to?('ref_depth')345 @es2panda_arg['type']['ref_depth'] == 2 &&446 elsif placeholder.end_with?('ref_depth|')537 ref_depth = type['ref_depth'] || 0538 "#{res} #{'*' * ptr_depth}#{'&' * ref_depth}"761 new_type['ref_depth'] = type['ref_depth'] || 0
130 ### Clarification on ptr_depth and ref_depth:133 `ref_depth` is number of `&` in argument.
84 res["ref_depth"] = ref_end - ref_start