Searched refs:Q_Const (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_1_and_2.pass.cpp | 181 void runTestDispatch(Q_Const, Tp& v) { in runTestDispatch() 228 TestCase<R() const, 0, Q_Const>::run(); in main() 232 TestCase<R(...) const, 0, Q_Const>::run(); in main() 236 TestCase<R(A&) const, 1, Q_Const>::run(); in main() 240 TestCase<R(A&, ...) const, 1, Q_Const>::run(); in main() 244 TestCase<R(A&, A&) const, 2, Q_Const>::run(); in main() 248 TestCase<R(A&, A&, ...) const, 2, Q_Const>::run(); in main() 252 TestCase<R(A&, A&, A&) const, 3, Q_Const>::run(); in main() 256 TestCase<R(A&, A&, A&, ...) const, 3, Q_Const>::run(); in main() 262 TestCase11<R() const &, 0, Q_Const>::run(); in main() [all …]
|
D | invoke_helpers.h | 21 struct Q_Const { struct 65 typedef Caster<Q_Const> ConstCaster; 69 typedef Caster<Q_Const, true> MoveConstCaster;
|