Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:Func4

4881 struct Func4 : public UnboundFunc {
4989 Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc() {
4990 return Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> >();
5122 Func4<R, C *, P1, P2, P3, CallMethod3<R, C, P1, P2, P3, F>, FuncInfo<C *, R> >
5124 return Func4<R, C *, P1, P2, P3, CallMethod3<R, C, P1, P2, P3, F>,
5446 struct ConvertParams<Func4<R, P1, P2, P3, P4, F, I>, T> {