Home | History | Annotate | Download | only in syncable

Lines Matching full:dispatches

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