HomeSort by relevance Sort by last modified time
    Searched refs:Q_Const (Results 1 - 2 of 2) sorted by null

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

Completed in 50 milliseconds