Searched refs:BoundFunc3 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h4203 /* 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>,
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4899 /* 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>,

Completed in 207 milliseconds