Home
last modified time | relevance | path

Searched defs:is_valid (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dinterface.hpp37 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 …]
Dpointlike.hpp37 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()
Dlinear.hpp39 namespace detail { namespace is_valid namespace
117 struct is_valid struct
131 class is_valid class
Dsegment.hpp45 struct is_valid<Segment, segment_tag> struct
48 static inline bool apply(Segment const& segment, VisitPolicy& visitor, Strategy const&) in apply()
Dbox.hpp32 namespace detail { namespace is_valid namespace
102 struct is_valid<Box, box_tag> struct
Dring.hpp52 namespace detail { namespace is_valid namespace
233 struct is_valid struct
Ddebug_validity_phase.hpp24 namespace detail { namespace is_valid namespace
Ddebug_print_turns.hpp24 namespace detail { namespace is_valid namespace
/third_party/boost/boost/geometry/index/detail/algorithms/
Dis_valid.hpp43 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/
Dchecked_math.h157 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/
Daccessors.hpp45 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/
Dchecked_math.h233 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/
Ddefault_policy.hpp24 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/
Dtag_of.hpp27 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/
Doptional_index.hpp47 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/
Dweak_ptr_internal.h28 bool is_valid() const { return is_valid_; } in is_valid() function
/third_party/boost/boost/geometry/algorithms/dispatch/
Dis_valid.hpp33 struct is_valid struct
/third_party/node/tools/
Dcheckimports.py18 def is_valid(file_name): function
/third_party/mbedtls/include/mbedtls/
Dthreading.h79 char is_valid; member
/third_party/boost/libs/asio/test/properties/cpp03/
Dcan_require_concept_not_applicable_static.cpp32 static const bool is_valid = true; member
Dcan_require_not_applicable_static.cpp32 static const bool is_valid = true; member
Dcan_prefer_not_applicable_static.cpp32 static const bool is_valid = true; member
/third_party/boost/libs/asio/test/properties/cpp11/
Dcan_require_not_applicable_static.cpp32 static constexpr bool is_valid = true; member
Dcan_prefer_not_applicable_static.cpp32 static constexpr bool is_valid = true; member
Dcan_require_concept_not_applicable_static.cpp32 static constexpr bool is_valid = true; member

12345678