H A D | upb.h | 4203 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that 4225 struct BoundFunc3 : public BoundFunc<P2> { struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb 4228 explicit BoundFunc3(typename Base::MutableP2 arg) : Base(arg) {} function in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BoundFunc3 4284 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc( 4286 return BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> >(param2); 4416 BoundFunc3<R, C *, P1, P2, CallMethod2<R, C, P1, P2, F>, FuncInfo<C *, R> > 4418 return BoundFunc3<R, C *, P1, P2, CallMethod2<R, C, P1, P2, F>, 4764 struct ConvertParams<BoundFunc3<R, P1, P2, P3, F, I>,
|
H A D | upb.h | 4899 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that 4921 struct BoundFunc3 : public BoundFunc<P2> { struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb 4924 explicit BoundFunc3(typename Base::MutableP2 arg) : Base(arg) {} function in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BoundFunc3 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>,
|