Home | History | Annotate | Download | only in base

Lines Matching refs:Bind

2 //     pump.py bind.h.pump
20 // Though Bind()'s result is meant to be stored in a Callback<> type, it
23 // discern the correct specialization of Callback<>, Bind would need to
31 // classes). However, it is avoidable in Bind if we return the result
38 Bind(Sig f) {
45 Bind(Sig f, const P1& p1) {
53 Bind(Sig f, const P1& p1, const P2& p2) {
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) {
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) {
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4,