Home
last modified time | relevance | path

Searched refs:LValueCaster (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.pass.cpp170 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 …]
Dinvoke_helpers.h64 typedef Caster<Q_None> LValueCaster; typedef
209 template <class ID, int Arity, class ObjectCaster = LValueCaster,
210 class ArgCaster = LValueCaster>