Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:BoundFunc3

4899 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that
4921 struct BoundFunc3 : public BoundFunc<P2> {
4924 explicit BoundFunc3(typename Base::MutableP2 arg) : Base(arg) {}
4980 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc(
4982 return BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> >(param2);
5112 BoundFunc3<R, C *, P1, P2, CallMethod2<R, C, P1, P2, F>, FuncInfo<C *, R> >
5114 return BoundFunc3<R, C *, P1, P2, CallMethod2<R, C, P1, P2, F>,
5460 struct ConvertParams<BoundFunc3<R, P1, P2, P3, F, I>,