Home
last modified time | relevance | path

Searched defs:is_simple (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/is_simple/
Dinterface.hpp32 struct is_simple struct
35 static inline bool apply(Geometry const& geometry, in apply()
42 static inline bool apply(Geometry const& geometry, in apply()
61 struct is_simple struct
64 static inline bool apply(Geometry const& geometry, Strategy const& strategy) in apply()
73 struct is_simple<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
76 struct visitor : boost::static_visitor<bool>
93 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry, in apply()
116 inline bool is_simple(Geometry const& geometry, Strategy const& strategy) in is_simple() function
132 inline bool is_simple(Geometry const& geometry) in is_simple() function
Dareal.hpp34 namespace detail { namespace is_simple namespace
104 struct is_simple<Ring, ring_tag> struct
107 static inline bool apply(Ring const& ring, Strategy const&) in apply()
122 struct is_simple<Polygon, polygon_tag> struct
125 static inline bool apply(Polygon const& polygon, Strategy const&) in apply()
141 struct is_simple<MultiPolygon, multi_polygon_tag> struct
144 static inline bool apply(MultiPolygon const& multipolygon, Strategy const&) in apply()
Dalways_simple.hpp24 namespace detail { namespace is_simple namespace
52 struct is_simple<Point, point_tag> struct
64 struct is_simple<Segment, segment_tag> struct
74 struct is_simple<Box, box_tag> struct
Dmultipoint.hpp35 namespace detail { namespace is_simple namespace
86 struct is_simple<MultiPoint, multi_point_tag> struct
Dlinear.hpp60 namespace detail { namespace is_simple namespace
350 struct is_simple<Linestring, linestring_tag> struct
362 struct is_simple<MultiLinestring, multi_linestring_tag> struct
Dfailure_policy.hpp21 namespace detail { namespace is_simple namespace
Ddebug_print_boundary_points.hpp38 namespace detail { namespace is_simple namespace
/third_party/boost/boost/geometry/algorithms/dispatch/
Dis_simple.hpp27 struct is_simple struct
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h224 gboolean is_simple; /* TRUE if simple main media playlist, member
/third_party/python/Parser/
Dasdl_c.py73 def is_simple(sum): function