Searched refs:dispatch_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/graph/ |
D | biconnected_components.hpp | 269 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/ |
D | polymorphism.txt | 166 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/ |
D | evdev.h | 359 enum evdev_dispatch_type dispatch_type; member 372 if (dispatch->dispatch_type != type) in evdev_verify_dispatch_type()
|
D | evdev-tablet-pad.c | 671 pad->base.dispatch_type = DISPATCH_TABLET_PAD; in pad_init()
|
D | evdev-totem.c | 809 totem->base.dispatch_type = DISPATCH_TOTEM; in evdev_totem_create()
|
D | evdev-fallback.c | 1702 dispatch->base.dispatch_type = DISPATCH_FALLBACK; in fallback_dispatch_create()
|
D | evdev-tablet.c | 2379 tablet->base.dispatch_type = DISPATCH_TABLET; in tablet_init()
|
D | evdev-mt-touchpad.c | 3611 tp->base.dispatch_type = DISPATCH_TOUCHPAD; in tp_init()
|