Home
last modified time | relevance | path

Searched defs:sub_range (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dsub_range.hpp32 struct sub_range : not_implemented<Tag> struct
36 struct sub_range<Geometry, Tag, false> struct
38 typedef Geometry & return_type;
41 return_type apply(Geometry & geometry, Id const&) in apply()
48 struct sub_range<Geometry, polygon_tag, false> struct
50 typedef typename geometry::ring_return_type<Geometry>::type return_type;
53 return_type apply(Geometry & geometry, Id const& id) in apply()
72 struct sub_range<Geometry, Tag, true> struct
74 typedef typename boost::range_value<Geometry>::type value_type;
80 >::type sub_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dsub_range.hpp141 class sub_range class
180 sub_range() in sub_range() function in boost::sub_range
184 sub_range(const sub_range& r) in sub_range() function in boost::sub_range
191 sub_range( in sub_range() function in boost::sub_range
202 sub_range( in sub_range() function in boost::sub_range
233 sub_range( Iter first, Iter last ) : in sub_range() function in boost::sub_range
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstb0899_priv.h156 s32 sub_range; /* Demod current sub range (Hz) */ member