Home | History | Annotate | Download | only in protobuf_c

Lines Matching full:param2

4967       typename remove_constptr<P2>::type param2) {
4968 return BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> >(param2);
4981 typename remove_constptr<P2>::type param2) {
4982 return BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> >(param2);
4995 typename remove_constptr<P2>::type param2) {
4996 return BoundFunc4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> >(param2);
5009 typename remove_constptr<P2>::type param2) {
5010 return BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> >(param2);