Searched defs:BoundFunc2 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4899 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that
4914 struct BoundFunc2 : public BoundFunc<P2> { struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4917 explicit BoundFunc2(typename Base::MutableP2 arg) : Base(arg) {} function in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BoundFunc2
4966 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
4968 return BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> >(param2);
5095 BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc(
5097 return BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> >(
5453 struct ConvertParams<BoundFunc2<R, P1, P2, F, I>, T> {
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h4203 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that
4218 struct BoundFunc2 : public BoundFunc<P2> { struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4221 explicit BoundFunc2(typename Base::MutableP2 arg) : Base(arg) {} function in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BoundFunc2
4270 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
4272 return BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> >(param2);
4399 BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc(
4401 return BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> >(
4757 struct ConvertParams<BoundFunc2<R, P1, P2, F, I>, T> {

Completed in 191 milliseconds