Searched refs:Caster (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 51 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;
|
D | bullet_1_2_3.pass.cpp | 213 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()
|