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 gets = [[$for j, [[get<$(j - 1)>(args)]]]]
138 $var ks = [[$for i, [[k$i]]]]
198 $var template = [[$if i==0 [[]] $else [[
203 $var As = [[$for j, [[A$j]]]]
204 $var as = [[$for j, [[get<$j>(args)]]]]
206 $var eas = [[$for k, [[ExcessiveArg()]]]]
207 $var arg_list = [[$if (i==0) | (i==n) [[$as$eas]] $else [[$as, $eas]]]]
242 $var types = [[$for j, [[typename Action$j]]]]
243 $var Aas = [[$for j [[, Action$j a$j]]]]
612 $var template = [[$if i==0 [[]] $else [[
617 $var class_name = [[name##Action[[$if i==0 [[]] $elif i==1 [[P]]
620 $var ctor_param_list = [[$for j, [[p$j##_type gmock_p$j]]]]
621 $var param_types_and_names = [[$for j, [[p$j##_type p$j]]]]
622 $var inits = [[$if i==0 [[]] $else [[ : $for j, [[p$j(gmock_p$j)]]]]]]
623 $var param_field_decls = [[$for j
628 $var param_field_decls2 = [[$for j
633 $var params = [[$for j, [[p$j]]]]
634 $var param_types = [[$if i==0 [[]] $else [[<$for j, [[p$j##_type]]>]]]]
635 $var typename_arg_types = [[$for k, [[typename arg$k[[]]_type]]]]
636 $var arg_types_and_names = [[$for k, [[arg$k[[]]_type arg$k]]]]
637 $var macro_name = [[$if i==0 [[ACTION]] $elif i==1 [[ACTION_P]]
773 $var ps = [[$for j, [[p$j]]]]