Searched refs:Q_None (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_1_2_3.pass.cpp | 186 void runTestDispatch(Q_None, Tp& v) { in runTestDispatch() 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() 278 TestCase<R(), 0, Q_None>::run(); in main() 282 TestCase<R(...), 0, Q_None>::run(); in main() 286 TestCase<R(A&), 1, Q_None>::run(); in main() [all …]
|
D | invoke_helpers.h | 25 struct Q_None { struct 73 typedef Caster<Q_None> LValueCaster; 77 typedef Caster<Q_None, true> MoveCaster;
|