Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/third_party/boost/libs/geometry/doc/src/examples/core/
Dtag.cpp24 template <typename Tag> struct dispatch {}; struct
27 template <> struct dispatch<boost::geometry::point_tag> struct
42 template <> struct dispatch<boost::geometry::polygon_tag> argument
56 template <> struct dispatch<boost::geometry::multi_polygon_tag> argument
72 // Call the metafunction "tag" to dispatch, and call method (here "apply") in hello() argument
/third_party/libinput/src/
Devdev-fallback.c35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, in fallback_keyboard_notify_key()
51 fallback_lid_notify_toggle(struct fallback_dispatch *dispatch, in fallback_lid_notify_toggle()
68 struct fallback_dispatch *dispatch = fallback_dispatch(evdev_dispatch); in fallback_interface_get_switch_state() local
123 fallback_filter_defuzz_touch(struct fallback_dispatch *dispatch, in fallback_filter_defuzz_touch()
147 fallback_rotate_relative(struct fallback_dispatch *dispatch, in fallback_rotate_relative()
163 fallback_flush_relative_motion(struct fallback_dispatch *dispatch, in fallback_flush_relative_motion()
205 fallback_flush_wheels(struct fallback_dispatch *dispatch, in fallback_flush_wheels()
262 fallback_flush_absolute_motion(struct fallback_dispatch *dispatch, in fallback_flush_absolute_motion()
279 fallback_flush_mt_down(struct fallback_dispatch *dispatch, in fallback_flush_mt_down()
318 fallback_flush_mt_motion(struct fallback_dispatch *dispatch, in fallback_flush_mt_motion()
[all …]
Devdev-mt-touchpad-tap.c1044 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_count() local
1054 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_enabled() local
1067 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_is_enabled() local
1108 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_map() local
1121 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_map() local
1137 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_drag_enabled() local
1148 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_drag_enabled() local
1172 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_draglock_enabled() local
1183 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_draglock_enabled() local
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_geo_common.hpp193 template <typename Tag> struct dispatch struct
211 template <> struct dispatch<boost::geometry::segment_tag> struct
214 static inline Segment swap(Segment const& s) in swap()
241 template <> struct dispatch<boost::geometry::box_tag> struct
265 template <> struct dispatch<boost::geometry::point_tag> argument
268 static inline T swap(T const& t) in swap()
274 static inline Point mirror(Point const& p) in mirror()
/third_party/boost/boost/filesystem/
Dpath_traits.hpp227 void dispatch(const std::string& c, U& to, const codecvt_type& cvt) in dispatch() function
233 void dispatch(const std::wstring& c, U& to, const codecvt_type& cvt) in dispatch() function
239 void dispatch(const std::vector<char>& c, U& to, const codecvt_type& cvt) in dispatch() function
245 void dispatch(const std::vector<wchar_t>& c, U& to, const codecvt_type& cvt) in dispatch() function
253 void dispatch(const std::string& c, U& to) in dispatch() function
259 void dispatch(const std::wstring& c, U& to) in dispatch() function
265 void dispatch(const std::vector<char>& c, U& to) in dispatch() function
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch() function
282 dispatch(const Container & c, U& to, const codecvt_type& cvt) in dispatch() function
293 void dispatch(T * const & c_str, U& to, const codecvt_type& cvt) in dispatch() function
[all …]
/third_party/boost/boost/spirit/home/support/utree/
Doperators.hpp73 bool dispatch(const A&, const B&, boost::mpl::false_) const in dispatch() function
79 bool dispatch(const A& a, const B& b, boost::mpl::true_) const in dispatch() function
129 bool dispatch(const A&, const B&, boost::mpl::false_) const in dispatch() function
135 bool dispatch(const A& a, const B& b, boost::mpl::true_) const in dispatch() function
300 utree dispatch(A const& a, B const& b, mpl::true_, mpl::true_) const in dispatch() function
307 utree dispatch(A const&, B const& b, mpl::false_, mpl::true_) const in dispatch() function
314 utree dispatch(A const& a, B const&, mpl::true_, mpl::false_) const in dispatch() function
321 utree dispatch(A const&, B const&, mpl::false_, mpl::false_) const in dispatch() function
335 utree dispatch(A const& a, mpl::true_) const in dispatch() function
342 utree dispatch(A const&, mpl::false_) const in dispatch() function
[all …]
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dannotation.hpp36 void dispatch(T& x, boost::mpl::true_) const in dispatch() function
42 void dispatch(T& x, boost::mpl::false_) const in dispatch() function
65 int dispatch(T& x, boost::mpl::true_) const in dispatch() function
71 int dispatch(T& x, boost::mpl::false_) const in dispatch() function
/third_party/boost/boost/fusion/iterator/
Dequal_to.hpp42 struct dispatch : mpl::false_ {}; struct
45 struct dispatch<It1, It2, Tag, Tag> // same tag struct
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DComputePassEncoder.cpp47 DispatchCmd* dispatch = mAllocator->Allocate<DispatchCmd>(Command::Dispatch); in Dispatch() local
66 DispatchIndirectCmd* dispatch = in DispatchIndirect() local
DCommands.cpp58 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands() local
62 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands() local
/third_party/boost/boost/asio/detail/
Dhandler_work.hpp96 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
180 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
211 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
279 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
358 void dispatch(Function& function, Handler&) in dispatch() function in boost::asio::detail::handler_work_base
427 void dispatch(Function& function, Handler&) in dispatch() function in boost::asio::detail::handler_work_base
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhandler_work.hpp96 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
180 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
211 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
279 void dispatch(Function& function, Handler& handler) in dispatch() function in boost::asio::detail::handler_work_base
358 void dispatch(Function& function, Handler&) in dispatch() function in boost::asio::detail::handler_work_base
427 void dispatch(Function& function, Handler&) in dispatch() function in boost::asio::detail::handler_work_base
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dannotation.hpp48 void dispatch(T& x, boost::mpl::false_) const in dispatch() function
55 void dispatch(T& x, boost::mpl::true_) const in dispatch() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dannotation.hpp48 void dispatch(T& x, boost::mpl::false_) const in dispatch() function
55 void dispatch(T& x, boost::mpl::true_) const in dispatch() function
/third_party/boost/boost/geometry/algorithms/dispatch/
Dexpand.hpp37 namespace dispatch namespace
Denvelope.hpp33 namespace dispatch namespace
Dis_valid.hpp22 namespace dispatch namespace
Ddistance.hpp39 namespace dispatch namespace
Dis_simple.hpp22 namespace dispatch namespace
/third_party/boost/boost/iostreams/detail/
Ddispatch.hpp28 struct dispatch struct
/third_party/boost/boost/geometry/algorithms/detail/intersection/
Dbox_box.hpp27 namespace dispatch namespace
/third_party/boost/boost/geometry/iterators/dispatch/
Dpoint_iterator.hpp21 namespace dispatch namespace
Dsegment_iterator.hpp21 namespace dispatch namespace
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dlinear.hpp37 namespace dispatch namespace
/third_party/boost/libs/beast/test/beast/core/
Dtest_executor.hpp28 int dispatch = 0; member
90 dispatch(F&& f, A const& a) const in dispatch() function in boost::beast::test_executor

12345678910>>...14