Searched refs:Q_None (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_1_and_2.pass.cpp | 176 void runTestDispatch(Q_None, Tp& v) { in runTestDispatch() 207 typedef Caster<Q_None, RValue> SCast; in runTest() 208 typedef Caster<Q_None, ArgRValue> ACast; in runTest() 227 TestCase<R(), 0, Q_None>::run(); in main() 231 TestCase<R(...), 0, Q_None>::run(); in main() 235 TestCase<R(A&), 1, Q_None>::run(); in main() 239 TestCase<R(A&, ...), 1, Q_None>::run(); in main() 243 TestCase<R(A&, A&), 2, Q_None>::run(); in main() 247 TestCase<R(A&, A&, ...), 2, Q_None>::run(); in main() 251 TestCase<R(A&, A&, A&), 3, Q_None>::run(); in main() [all …]
|
D | invoke_helpers.h | 16 struct Q_None { struct 64 typedef Caster<Q_None> LValueCaster; 68 typedef Caster<Q_None, true> MoveCaster;
|