Home
last modified time | relevance | path

Searched refs:is_simple (Results 1 – 17 of 17) 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/is_simple/
H A Dinterface.hpp32 struct is_simple struct
38 return dispatch::is_simple<Geometry>::apply(geometry, strategy); in apply()
51 return dispatch::is_simple<Geometry>::apply(geometry, strategy_type()); in apply()
61 struct is_simple struct
68 return resolve_strategy::is_simple::apply(geometry, strategy); in apply()
73 struct is_simple<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
87 return is_simple<Geometry>::apply(geometry, m_strategy); in operator ()()
116 inline bool is_simple(Geometry const& geometry, Strategy const& strategy) in is_simple() function
118 return resolve_variant::is_simple<Geometry>::apply(geometry, strategy); in is_simple()
132 inline bool is_simple(Geometry const& geometry) in is_simple() function
[all …]
H A Dalways_simple.hpp24 namespace detail { namespace is_simple namespace
52 struct is_simple<Point, point_tag> struct
53 : detail::is_simple::always_simple<Point>
64 struct is_simple<Segment, segment_tag> struct
65 : detail::is_simple::always_simple<Segment>
74 struct is_simple<Box, box_tag> struct
75 : detail::is_simple::always_simple<Box>
H A Dareal.hpp34 namespace detail { namespace is_simple namespace
114 struct is_simple<Ring, ring_tag> struct
115 : detail::is_simple::is_simple_ring<Ring>
123 struct is_simple<Polygon, polygon_tag> struct
124 : detail::is_simple::is_simple_polygon<Polygon>
133 struct is_simple<MultiPolygon, multi_polygon_tag> struct
141 detail::is_simple::is_simple_polygon in apply()
H A Dmultipoint.hpp35 namespace detail { namespace is_simple namespace
79 struct is_simple<MultiPoint, multi_point_tag> struct
80 : detail::is_simple::is_simple_multipoint<MultiPoint>
H A Dlinear.hpp60 namespace detail { namespace is_simple namespace
286 return detail::is_simple::is_simple_linestring in apply()
339 struct is_simple<Linestring, linestring_tag> struct
340 : detail::is_simple::is_simple_linestring<Linestring>
351 struct is_simple<MultiLinestring, multi_linestring_tag> struct
352 : detail::is_simple::is_simple_multilinestring<MultiLinestring>
H A Dfailure_policy.hpp21 namespace detail { namespace is_simple namespace
H A Ddebug_print_boundary_points.hpp38 namespace detail { namespace is_simple namespace
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtypes_traits.hpp63 static const bool __simple = is_simple<Key>::value
64 && is_simple<Mapped>::value;
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
H A Dtype_utils.hpp95 struct is_simple struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtypes_traits.hpp63 static const bool __simple = is_simple<Key>::value
64 && is_simple<Mapped>::value;
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
H A Dtype_utils.hpp95 struct is_simple struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp71 entry_cmp<Value_Type, Cmp_Fn, _Alloc, is_simple<Value_Type>::value>::type
100 simple_value = is_simple<value_type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp71 entry_cmp<Value_Type, Cmp_Fn, _Alloc, is_simple<Value_Type>::value>::type
100 simple_value = is_simple<value_type>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/dispatch/
H A Dis_simple.hpp27 struct is_simple struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp113 simple_value = is_simple<Value_Type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp113 simple_value = is_simple<Value_Type>::value
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_page_table.c692 int is_simple, uint page_index, in gasket_components_to_dev_address() argument
697 return is_simple ? dev_addr : (pg_tbl->extended_flag | dev_addr); in gasket_components_to_dev_address()