Home | History | Annotate | Download | only in base

Lines Matching refs:P6

2702     typename P3, typename P4, typename P5, typename P6>
2704 P6)> : public BindStateBase {
2716 typedef UnwrapTraits<P6> Bound6UnwrapTraits;
2719 const P4& p4, const P5& p5, const P6& p6)
2726 p6_(p6) {
2739 P6 p6_;
2743 typename P3, typename P4, typename P5, typename P6, typename P7>
2744 struct BindState<Runnable, RunType, void(P1, P2, P3, P4, P5, P6,
2757 typedef UnwrapTraits<P6> Bound6UnwrapTraits;
2761 const P4& p4, const P5& p5, const P6& p6, const P7& p7)
2768 p6_(p6),
2782 P6 p6_;