Lines Matching full:dispatches
219 // Why the singular enums? So the code compile-time dispatches instead of220 // runtime dispatches as it would with a single enum and an if() statement.