Searched refs:LValueCaster (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 170 class ObjCaster, class ArgCaster = LValueCaster> 196 BasicTest<FID, Arity, LValueCaster, ArgCaster> t; in run() 238 template <class Sig, int Arity, class ObjCaster, class ArgCaster = LValueCaster> 248 runFunctorTestCase <Sig, Arity, LValueCaster, ArgCaster>(); in runTestCase() 256 runTestCase< R(), 0, LValueCaster >(); in main() 257 runTestCase< R(A&), 1, LValueCaster >(); in main() 258 runTestCase< R(A&, A&), 2, LValueCaster >(); in main() 259 runTestCase< R(A&, A&, A&), 3, LValueCaster >(); in main() 264 runFunctionTestCase<R(...), 0, LValueCaster >(); in main() 265 runFunctionTestCase<R(A&, ...), 1, LValueCaster >(); in main() [all …]
|
D | invoke_helpers.h | 64 typedef Caster<Q_None> LValueCaster; typedef 209 template <class ID, int Arity, class ObjectCaster = LValueCaster, 210 class ArgCaster = LValueCaster>
|