Lines Matching refs:GetFunc
4432 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4435 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4442 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
4444 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
4451 #define UpbMakeHandlerT(f) upb::MatchFunc(f).template GetFunc<f>()
4454 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4953 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
4961 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
4966 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
4975 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
4980 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc(
4989 Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc() {
4994 BoundFunc4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc(
5003 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
5008 BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc(
5082 Func1<R, C *, CallMethod0<R, C, F>, FuncInfo<C *, R> > GetFunc() {
5090 Func2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc() {
5095 BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc(
5106 GetFunc() {
5113 GetFunc(typename remove_constptr<P1>::type param1) {
5123 GetFunc() {
5131 GetFunc(typename remove_constptr<P1>::type param1) {
5142 GetFunc() {
5150 GetFunc(typename remove_constptr<P1>::type param1) {