Home
last modified time | relevance | path

Searched refs:has_size (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/icl/type_traits/
Dinfinity.hpp90 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>
Dsize_type_of.hpp29 template <class Type, bool has_size, bool has_diff, bool has_rep>
/third_party/boost/boost/mpl/aux_/
DO1_size_impl.hpp48 aux::has_size<Sequence>
56 aux::has_size<Sequence>
63 aux::has_size<Sequence>
/third_party/boost/boost/spirit/home/x3/support/traits/
Dtuple_traits.hpp27 struct has_size struct
44 , has_size<Seq, 1>
52 , has_size<View, 1>
Dis_substitute.hpp107 , mpl::and_<traits::has_size<T, 2>
/third_party/libinput/src/
Devdev-totem.c720 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()
Devdev-tablet.c2350 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/
Dbase_types_no_macro.cpp41 struct has_size { virtual unsigned size() const = 0; }; struct
122 virtual protected has_size,
Dbase_types.cpp41 struct has_size { virtual unsigned size() const = 0; }; struct
121 virtual protected has_size, \
/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp139 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/
Dalac.c241 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()