Searched refs:Q_Const (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_1_2_3.pass.cpp | 191 void runTestDispatch(Q_Const, Tp& v) { in runTestDispatch() 279 TestCase<R() const, 0, Q_Const>::run(); in main() 283 TestCase<R(...) const, 0, Q_Const>::run(); in main() 287 TestCase<R(A&) const, 1, Q_Const>::run(); in main() 291 TestCase<R(A&, ...) const, 1, Q_Const>::run(); in main() 295 TestCase<R(A&, A&) const, 2, Q_Const>::run(); in main() 299 TestCase<R(A&, A&, ...) const, 2, Q_Const>::run(); in main() 303 TestCase<R(A&, A&, A&) const, 3, Q_Const>::run(); in main() 307 TestCase<R(A&, A&, A&, ...) const, 3, Q_Const>::run(); in main() 313 TestCase11<R() const &, 0, Q_Const>::run(); in main() [all …]
|
D | invoke_helpers.h | 30 struct Q_Const { struct 74 typedef Caster<Q_Const> ConstCaster; 78 typedef Caster<Q_Const, true> MoveConstCaster;
|