Searched refs:has_size (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/icl/type_traits/ |
D | infinity.hpp | 90 template<class Type, bool has_numeric_inf, bool has_repr_inf, bool has_size, bool has_diff> 93 template<class Type, bool has_repr_inf, bool has_size, bool has_diff> 94 struct get_infinity<Type, true, has_repr_inf, has_size, has_diff> 104 template<class Type, bool has_size, bool has_diff> 105 struct get_infinity<Type, false, true, has_size, has_diff>
|
D | size_type_of.hpp | 29 template <class Type, bool has_size, bool has_diff, bool has_rep>
|
/third_party/boost/boost/mpl/aux_/ |
D | O1_size_impl.hpp | 48 aux::has_size<Sequence> 56 aux::has_size<Sequence> 63 aux::has_size<Sequence>
|
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | tuple_traits.hpp | 27 struct has_size struct 44 , has_size<Seq, 1> 52 , has_size<View, 1>
|
D | is_substitute.hpp | 107 , mpl::and_<traits::has_size<T, 2>
|
/third_party/libinput/src/ |
D | evdev-totem.c | 720 bool has_xy, has_slot, has_tool_dial, has_size; in totem_reject_device() local 728 has_size = evdev_device_get_size(device, &w, &h) == 0; in totem_reject_device() 729 has_size |= libevdev_get_abs_resolution(device->evdev, ABS_MT_TOUCH_MAJOR) > 0; in totem_reject_device() 730 has_size |= libevdev_get_abs_resolution(device->evdev, ABS_MT_TOUCH_MINOR) > 0; in totem_reject_device() 732 if (has_xy && has_slot && has_tool_dial && has_size) in totem_reject_device() 741 has_size ? "" : " resolutions"); in totem_reject_device()
|
D | evdev-tablet.c | 2350 bool has_xy, has_pen, has_btn_stylus, has_size; in tablet_reject_device() local 2356 has_size = evdev_device_get_size(device, &w, &h) == 0; in tablet_reject_device() 2358 if (has_xy && (has_pen || has_btn_stylus) && has_size) in tablet_reject_device() 2367 has_size ? "" : " resolution"); in tablet_reject_device()
|
/third_party/boost/libs/contract/example/features/ |
D | base_types_no_macro.cpp | 41 struct has_size { virtual unsigned size() const = 0; }; struct 122 virtual protected has_size,
|
D | base_types.cpp | 41 struct has_size { virtual unsigned size() const = 0; }; struct 121 virtual protected has_size, \
|
/third_party/boost/boost/spirit/home/x3/core/detail/ |
D | parse_into_container.hpp | 139 static_assert(traits::has_size<Attribute, 1>::value, in call_synthesize_into_fusion_seq() 153 static_assert(traits::has_size<attribute_type, 2>::value, in call_synthesize_into_fusion_seq()
|
/third_party/ffmpeg/libavcodec/ |
D | alac.c | 241 int has_size, bps, is_compressed, decorr_shift, decorr_left_weight, ret; in decode_element() local 249 has_size = get_bits1(&alac->gb); in decode_element() 263 if (has_size) in decode_element()
|