Home | History | Annotate | Download | only in test

Lines Matching refs:args_type

640 // via args_type and args.
642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>();
643 args_type args_copy = args;