Searched defs:DISPATCH (Results 1 – 11 of 11) sorted by relevance
69 #define DISPATCH(CLASS) \ macro99 #define DISPATCH(CLASS) \ macro
28 #define DISPATCH(NAME) \ macro
20 #define DISPATCH(CLASS) \ macro
34 #define DISPATCH(NAME, CLASS) \ macro
23 #define DISPATCH(NAME, CLASS) \ macro
20 #define DISPATCH(CLASSNAME) \ macro
39 #define DISPATCH( global() macro [all...]
8809 #define DISPATCH( global() macro
31 DISPATCH, enumerator
1987 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro