Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:BoundFunc5

4937 struct BoundFunc5 : public BoundFunc<P2> {
4940 explicit BoundFunc5(typename Base::MutableP2 arg) : Base(arg) {}
5008 BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc(
5010 return BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> >(param2);
5148 BoundFunc5<R, C *, P1, P2, P3, P4, CallMethod4<R, C, P1, P2, P3, P4, F>,
5151 return BoundFunc5<R, C *, P1, P2, P3, P4,
5477 struct ConvertParams<BoundFunc5<R, P1, P2, P3, P4, P5, F, I>, T> {