Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h51 struct Caster { struct
73 typedef Caster<Q_None> LValueCaster; argument
74 typedef Caster<Q_Const> ConstCaster;
75 typedef Caster<Q_Volatile> VolatileCaster;
76 typedef Caster<Q_CV> CVCaster;
77 typedef Caster<Q_None, true> MoveCaster;
78 typedef Caster<Q_Const, true> MoveConstCaster;
79 typedef Caster<Q_Volatile, true> MoveVolatileCaster;
80 typedef Caster<Q_CV, true> MoveCVCaster;
Dbullet_1_2_3.pass.cpp213 typedef Caster<Q_None, RValue> SCast; in runTest()
214 typedef Caster<Q_None, ArgRValue> ACast; in runTest()
223 typedef Caster<Q_None, RValue> SCast; in runTest()
224 typedef Caster<Q_None, ArgRValue> ACast; in runTest()
233 typedef Caster<Q_None, RValue> SCast; in runTest()
234 typedef Caster<Q_None, ArgRValue> ACast; in runTest()