Home
last modified time | relevance | path

Searched defs:equals (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dinterface.hpp58 struct equals: not_implemented<Tag1, Tag2> struct
69 struct equals<Geometry1, Geometry2, Tag1, Tag2, DimensionCount, true> struct
73 static inline bool apply(Geometry1 const& g1, Geometry2 const& g2, Strategy const& strategy) in apply()
93 struct equals struct
96 static inline bool apply(Geometry1 const& geometry1, in apply()
107 static inline bool apply(Geometry1 const& geometry1, in apply()
130 struct equals struct
133 static inline bool apply(Geometry1 const& geometry1, in apply()
149 struct equals<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
152 struct visitor: static_visitor<bool>
[all …]
H A Dimplementation.hpp55 namespace detail { namespace equals namespace
284 struct equals<P1, P2, point_tag, point_tag, DimensionCount, Reverse> struct
289 struct equals<MultiPoint1, MultiPoint2, multi_point_tag, multi_point_tag, DimensionCount, Reverse> struct
294 struct equals<Point, MultiPoint, point_tag, multi_point_tag, DimensionCount, Reverse> struct
299 struct equals<Box1, Box2, box_tag, box_tag, DimensionCount, Reverse> struct
305 struct equals<Ring1, Ring2, ring_tag, ring_tag, 2, Reverse> struct
311 struct equals<Polygon1, Polygon2, polygon_tag, polygon_tag, 2, Reverse> struct
317 struct equals<Polygon, Ring, polygon_tag, ring_tag, 2, Reverse> struct
323 struct equals<Ring, Box, ring_tag, box_tag, 2, Reverse> struct
329 struct equals<Polygon, Box, polygon_tag, box_tag, 2, Reverse> struct
[all …]
H A Dpoint_point.hpp32 namespace detail { namespace equals namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dequal_to.hpp19 struct equals struct
21 inline static bool apply(Geometry const& g1, Geometry const& g2) in apply()
28 struct equals<Geometry *, Tag> struct
30 inline static bool apply(const Geometry * g1, const Geometry * g2) in apply()
37 struct equals<T, void> struct
39 inline static bool apply(T const& v1, T const& v2) in apply()
46 struct equals<T *, void> struct
48 inline static bool apply(const T * v1, const T * v2) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dcount.hpp27 static inline bool equals(Indexable const& i, Value const& v, Translator const& tr) in equals() function
42 static inline bool equals(Value const& v1, Value const& v2, Translator const& tr) in equals() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp159 struct equals struct
162 static inline bool apply(Type const& a, Type const& b, Policy const&) in apply()
169 struct equals<Type, true> struct
172 static inline bool apply(Type const& a, Type const& b, Policy const& policy) in apply()
550 inline bool equals(T1 const& a, T2 const& b) in equals() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dpredicate.hpp284 inline bool equals( in equals() function
318 inline bool equals( in equals() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dtranslator.hpp34 bool equals(Value const& v1, Value const& v2) const in equals() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_join_miter.hpp70 geometry::equal_to<Point> equals; in apply() local
H A Dbuffer_join_round_by_divide.hpp98 geometry::equal_to<Point> equals; in apply() local
H A Dbuffer_join_round.hpp143 geometry::equal_to<Point> equals; in apply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmaprouteobject.cpp106 bool QMapRouteObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapRouteObjectPrivate
H A Dqmappolylineobject.cpp119 bool QMapPolylineObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapPolylineObjectPrivate
H A Dqmapiconobject.cpp72 bool QMapIconObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapIconObjectPrivate
H A Dqmapcircleobject.cpp170 bool QMapCircleObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapCircleObjectPrivate
H A Dqmappolygonobject.cpp153 bool QMapPolygonObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapPolygonObjectPrivate
H A Dqmapobjectview.cpp132 bool QMapObjectViewPrivateDefault::equals(const QGeoMapObjectPrivate &other) const in equals() function in QMapObjectViewPrivateDefault
/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c203 unsigned int i, equals = 0; in next_arg() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c87 char *stripped, *equals, *key, *value; in parse_config() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp282 bool QGeoMapObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() function in QGeoMapObjectPrivate
H A Dqdeclarativegeoroute.cpp394 bool QDeclarativeGeoRoute::equals(QDeclarativeGeoRoute *other) const in equals() function in QDeclarativeGeoRoute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp27 static bool equals(const std::string& str, const URL::Segment& segment, const char* ref) { in equals() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp285 bool QGeoRouteSegmentPrivate::equals(const QGeoRouteSegmentPrivate &other) const in equals() function in QGeoRouteSegmentPrivate
H A Dqgeomaneuver.cpp341 bool QGeoManeuverPrivate::equals(const QGeoManeuverPrivate &other) const in equals() function in QGeoManeuverPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp246 virtual bool equals(base_t const& r) const in equals() function in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper

12