| /third_party/boost/libs/geometry/doc/src/examples/core/ |
| D | tag.cpp | 24 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/ |
| D | evdev-fallback.c | 35 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 …]
|
| D | evdev-mt-touchpad-tap.c | 1044 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/ |
| D | test_distance_geo_common.hpp | 193 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/ |
| D | path_traits.hpp | 227 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/ |
| D | operators.hpp | 73 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/ |
| D | annotation.hpp | 36 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/ |
| D | equal_to.hpp | 42 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/ |
| D | ComputePassEncoder.cpp | 47 DispatchCmd* dispatch = mAllocator->Allocate<DispatchCmd>(Command::Dispatch); in Dispatch() local 66 DispatchIndirectCmd* dispatch = in DispatchIndirect() local
|
| D | Commands.cpp | 58 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands() local 62 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands() local
|
| /third_party/boost/boost/asio/detail/ |
| D | handler_work.hpp | 96 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/ |
| D | handler_work.hpp | 96 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/ |
| D | annotation.hpp | 48 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/ |
| D | annotation.hpp | 48 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/ |
| D | expand.hpp | 37 namespace dispatch namespace
|
| D | envelope.hpp | 33 namespace dispatch namespace
|
| D | is_valid.hpp | 22 namespace dispatch namespace
|
| D | distance.hpp | 39 namespace dispatch namespace
|
| D | is_simple.hpp | 22 namespace dispatch namespace
|
| /third_party/boost/boost/iostreams/detail/ |
| D | dispatch.hpp | 28 struct dispatch struct
|
| /third_party/boost/boost/geometry/algorithms/detail/intersection/ |
| D | box_box.hpp | 27 namespace dispatch namespace
|
| /third_party/boost/boost/geometry/iterators/dispatch/ |
| D | point_iterator.hpp | 21 namespace dispatch namespace
|
| D | segment_iterator.hpp | 21 namespace dispatch namespace
|
| /third_party/boost/boost/geometry/algorithms/detail/envelope/ |
| D | linear.hpp | 37 namespace dispatch namespace
|
| /third_party/boost/libs/beast/test/beast/core/ |
| D | test_executor.hpp | 28 int dispatch = 0; member 90 dispatch(F&& f, A const& a) const in dispatch() function in boost::beast::test_executor
|