Searched refs:ConstCaster (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 260 runTestCase< R(CA&), 1, ConstCaster >(); in main() 261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main() 262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main() 275 runFunctorTestCase<R() const, 0, ConstCaster >(); in main() 279 runFunctorTestCase<R(A&) const, 1, ConstCaster >(); in main() 283 runFunctorTestCase<R(A&, A&) const, 2, ConstCaster >(); in main() 287 runFunctorTestCase<R(A&, A&, A&) const, 3, ConstCaster >(); in main() 291 typedef ConstCaster CC; in main() 293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>(); in main() 297 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); in main() [all …]
|
D | invoke_helpers.h | 65 typedef Caster<Q_Const> ConstCaster; typedef
|