Searched defs:is_simple (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | interface.hpp | 32 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
|
D | areal.hpp | 34 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()
|
D | always_simple.hpp | 24 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
|
D | multipoint.hpp | 35 namespace detail { namespace is_simple namespace 86 struct is_simple<MultiPoint, multi_point_tag> struct
|
D | linear.hpp | 60 namespace detail { namespace is_simple namespace 350 struct is_simple<Linestring, linestring_tag> struct 362 struct is_simple<MultiLinestring, multi_linestring_tag> struct
|
D | failure_policy.hpp | 21 namespace detail { namespace is_simple namespace
|
D | debug_print_boundary_points.hpp | 38 namespace detail { namespace is_simple namespace
|
/third_party/boost/boost/geometry/algorithms/dispatch/ |
D | is_simple.hpp | 27 struct is_simple struct
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.h | 224 gboolean is_simple; /* TRUE if simple main media playlist, member
|
/third_party/python/Parser/ |
D | asdl_c.py | 73 def is_simple(sum): function
|