Lines Matching refs:GetFunc
4673 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4676 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4683 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
4685 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
4692 #define UpbMakeHandlerT(f) upb::MatchFunc(f).template GetFunc<f>()
4695 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
5226 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
5234 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
5239 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
5248 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
5253 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc(
5262 Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc() {
5267 BoundFunc4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc(
5276 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
5281 BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc(
5355 Func1<R, C *, CallMethod0<R, C, F>, FuncInfo<C *, R> > GetFunc() {
5363 Func2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc() {
5368 BoundFunc2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc(
5379 GetFunc() {
5386 GetFunc(typename remove_constptr<P1>::type param1) {
5396 GetFunc() {
5404 GetFunc(typename remove_constptr<P1>::type param1) {
5415 GetFunc() {
5423 GetFunc(typename remove_constptr<P1>::type param1) {