Home
last modified time | relevance | path

Searched refs:dispatch_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/graph/
Dbiconnected_components.hpp269 bgl_named_params< P, T, R > >::type dispatch_type; in apply() typedef
271 return bicomp_dispatch3< dispatch_type >::apply(g, comp, out, in apply()
293 bgl_named_params< P, T, R > >::type dispatch_type; in apply() typedef
295 return bicomp_dispatch3< dispatch_type >::apply(g, comp, out, in apply()
312 bgl_named_params< P, T, R > >::type dispatch_type; in apply() typedef
314 return bicomp_dispatch2< dispatch_type >::apply(g, comp, out, in apply()
334 bgl_named_params< P, T, R > >::type dispatch_type; in apply() typedef
336 return bicomp_dispatch2< dispatch_type >::apply(g, comp, out, in apply()
352 typedef param_not_found dispatch_type; in biconnected_components() typedef
354 return detail::bicomp_dispatch3< dispatch_type >::apply(g, comp, out, in biconnected_components()
[all …]
/third_party/boost/libs/python/doc/
Dpolymorphism.txt166 make_virtual_function(pvmf, default_impl, call_policies, dispatch_type)
171 if it contains dispatch_type
186 if it holds dispatch_type...
/third_party/libinput/src/
Devdev.h359 enum evdev_dispatch_type dispatch_type; member
372 if (dispatch->dispatch_type != type) in evdev_verify_dispatch_type()
Devdev-tablet-pad.c671 pad->base.dispatch_type = DISPATCH_TABLET_PAD; in pad_init()
Devdev-totem.c809 totem->base.dispatch_type = DISPATCH_TOTEM; in evdev_totem_create()
Devdev-fallback.c1702 dispatch->base.dispatch_type = DISPATCH_FALLBACK; in fallback_dispatch_create()
Devdev-tablet.c2379 tablet->base.dispatch_type = DISPATCH_TABLET; in tablet_init()
Devdev-mt-touchpad.c3611 tp->base.dispatch_type = DISPATCH_TOUCHPAD; in tp_init()