Home | History | Annotate | Download | only in gmock

Lines Matching full:"$ var"

4 $$
5 $var
n = 10 $$ The maximum arity we support.
61 $var types = [[$for j [[, typename A$j]]]]
62 $var as = [[$for j, [[A$j]]]]
63 $var args = [[$if i==0 [[]] $else [[ args]]]]
64 $var import = [[$if i==0 [[]] $else [[
68 $var gets = [[$for j, [[get<$(j - 1)>(args)]]]]
123 $var arity = [[$if i==2 [[binary]] $elif i==3 [[ternary]] $else [[$i-ary]]]]
128 $var typename_As = [[$for j, [[typename A$j]]]]
129 $var Aas = [[$for j, [[A$j a$j]]]]
130 $var as = [[$for j, [[a$j]]]]
131 $var typename_Ts = [[$for j, [[typename T$j]]]]
132 $var Ts = [[$for j, [[T$j]]]]
198 $var ks = [[$for i, [[k$i]]]]
258 $var template = [[$if i==0 [[]] $else [[
263 $var As = [[$for j, [[A$j]]]]
264 $var as = [[$for j, [[get<$j>(args)]]]]
266 $var eas = [[$for k, [[ExcessiveArg()]]]]
267 $var arg_list = [[$if (i==0) | (i==n) [[$as$eas]] $else [[$as, $eas]]]]
303 $var types = [[$for j, [[typename Action$j]]]]
304 $var Aas = [[$for j [[, Action$j a$j]]]]
673 $var template = [[$if i==0 [[]] $else [[
678 $var class_name = [[name##Action[[$if i==0 [[]] $elif i==1 [[P]]
681 $var ctor_param_list = [[$for j, [[p$j##_type gmock_p$j]]]]
682 $var param_types_and_names = [[$for j, [[p$j##_type p$j]]]]
683 $var inits = [[$if i==0 [[]] $else [[ : $for j, [[p$j(gmock_p$j)]]]]]]
684 $var param_field_decls = [[$for j
689 $var param_field_decls2 = [[$for j
694 $var params = [[$for j, [[p$j]]]]
695 $var param_types = [[$if i==0 [[]] $else [[<$for j, [[p$j##_type]]>]]]]
696 $var typename_arg_types = [[$for k, [[typename arg$k[[]]_type]]]]
697 $var arg_types_and_names = [[$for k, [[arg$k[[]]_type arg$k]]]]
698 $var macro_name = [[$if i==0 [[ACTION]] $elif i==1 [[ACTION_P]]
805 $var ps = [[$for j, [[p$j]]]]