/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | interface.hpp | 37 struct is_valid struct 40 static inline bool apply(Geometry const& geometry, in apply() 48 static inline bool apply(Geometry const& geometry, in apply() 68 struct is_valid struct 71 static inline bool apply(Geometry const& geometry, in apply() 82 struct is_valid<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct 85 struct visitor : boost::static_visitor<bool> 104 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry, in apply() 118 inline bool is_valid(Geometry const& geometry, in is_valid() function 143 inline bool is_valid(Geometry const& geometry, Strategy const& strategy) in is_valid() function [all …]
|
D | pointlike.hpp | 37 struct is_valid<Point, point_tag> struct 40 static inline bool apply(Point const& point, VisitPolicy& visitor, Strategy const&) in apply() 57 struct is_valid<MultiPoint, multi_point_tag, AllowEmptyMultiGeometries> struct 60 static inline bool apply(MultiPoint const& multipoint, in apply()
|
D | linear.hpp | 39 namespace detail { namespace is_valid namespace 117 struct is_valid struct 131 class is_valid class
|
D | segment.hpp | 45 struct is_valid<Segment, segment_tag> struct 48 static inline bool apply(Segment const& segment, VisitPolicy& visitor, Strategy const&) in apply()
|
D | box.hpp | 32 namespace detail { namespace is_valid namespace 102 struct is_valid<Box, box_tag> struct
|
D | ring.hpp | 52 namespace detail { namespace is_valid namespace 233 struct is_valid struct
|
D | debug_validity_phase.hpp | 24 namespace detail { namespace is_valid namespace
|
D | debug_print_turns.hpp | 24 namespace detail { namespace is_valid namespace
|
/third_party/boost/boost/geometry/index/detail/algorithms/ |
D | is_valid.hpp | 43 struct is_valid struct 52 struct is_valid<Indexable, point_tag> struct 54 static inline bool apply(Indexable const&) in apply() 61 struct is_valid<Indexable, box_tag> struct 63 static inline bool apply(Indexable const& b) in apply() 70 struct is_valid<Indexable, segment_tag> struct 72 static inline bool apply(Indexable const&) in apply() 81 inline bool is_valid(Indexable const& b) in is_valid() function
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | checked_math.h | 157 const bool is_valid = variable 229 const bool is_valid = Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) && in MathOp() local 240 const bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local 257 constexpr CheckedNumeric(Src value, bool is_valid) : state_(value, is_valid) in CheckedNumeric() 265 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/third_party/boost/boost/hana/ |
D | accessors.hpp | 45 struct is_valid { static constexpr bool value = true; }; struct 50 struct_detail::is_valid<typename S::hana_accessors_impl>::value
|
/third_party/gn/src/base/numerics/ |
D | checked_math.h | 233 bool is_valid = in MathOp() local 244 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local 260 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 267 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/third_party/boost/boost/geometry/policies/is_valid/ |
D | default_policy.hpp | 24 static inline bool is_valid(validity_failure_type failure) in is_valid() function in boost::geometry::is_valid_default_policy 30 static inline bool is_valid(validity_failure_type failure, bool is_linear) in is_valid() function in boost::geometry::is_valid_default_policy
|
/third_party/boost/boost/hana/core/ |
D | tag_of.hpp | 27 struct is_valid { static constexpr bool value = true; }; struct 37 core_detail::is_valid<typename T::hana_tag>::value
|
/third_party/boost/boost/histogram/detail/ |
D | optional_index.hpp | 47 constexpr inline bool is_valid(const std::size_t) noexcept { return true; } in is_valid() function 49 inline bool is_valid(const optional_index x) noexcept { return x.value != invalid_index; } in is_valid() function
|
/third_party/flutter/engine/flutter/fml/memory/ |
D | weak_ptr_internal.h | 28 bool is_valid() const { return is_valid_; } in is_valid() function
|
/third_party/boost/boost/geometry/algorithms/dispatch/ |
D | is_valid.hpp | 33 struct is_valid struct
|
/third_party/node/tools/ |
D | checkimports.py | 18 def is_valid(file_name): function
|
/third_party/mbedtls/include/mbedtls/ |
D | threading.h | 79 char is_valid; member
|
/third_party/boost/libs/asio/test/properties/cpp03/ |
D | can_require_concept_not_applicable_static.cpp | 32 static const bool is_valid = true; member
|
D | can_require_not_applicable_static.cpp | 32 static const bool is_valid = true; member
|
D | can_prefer_not_applicable_static.cpp | 32 static const bool is_valid = true; member
|
/third_party/boost/libs/asio/test/properties/cpp11/ |
D | can_require_not_applicable_static.cpp | 32 static constexpr bool is_valid = true; member
|
D | can_prefer_not_applicable_static.cpp | 32 static constexpr bool is_valid = true; member
|
D | can_require_concept_not_applicable_static.cpp | 32 static constexpr bool is_valid = true; member
|