Home
last modified time | relevance | path

Searched refs:core_detail (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/geometry/core/
Dclosure.hpp85 namespace core_detail { namespace closure namespace
126 struct closure<point_tag, Box> : public core_detail::closure::closed {};
129 struct closure<box_tag, Box> : public core_detail::closure::closed {};
132 struct closure<segment_tag, Box> : public core_detail::closure::closed {};
136 : public core_detail::closure::closed {};
159 : public core_detail::closure::closed {};
163 : public core_detail::closure::closed {};
Dcs.hpp55 namespace core_detail namespace
110 : core_detail::define_angular_units<DegreeOrRadian>
135 : core_detail::define_angular_units<DegreeOrRadian>
151 : core_detail::define_angular_units<DegreeOrRadian>
165 : core_detail::define_angular_units<DegreeOrRadian>
/third_party/boost/boost/hana/fwd/core/
Dwhen.hpp41 namespace core_detail { namespace
69 core_detail::always_true<Dummy...>::value
/third_party/boost/libs/hana/include/boost/hana/fwd/core/
Dwhen.hpp41 namespace core_detail { namespace
69 core_detail::always_true<Dummy...>::value
/third_party/boost/libs/hana/include/boost/hana/core/
Dtag_of.hpp27 namespace core_detail { namespace
39 core_detail::is_valid<typename T::hana_tag>::value
/third_party/boost/boost/hana/core/
Dtag_of.hpp27 namespace core_detail { namespace
39 core_detail::is_valid<typename T::hana_tag>::value
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dconvert_ring.hpp85 = core_detail::closure::minimum_ring_size in apply()
Dadd_rings.hpp104 std::size_t const min_num_points = core_detail::closure::minimum_ring_size in add_rings()
Dappend_no_dups_or_spikes.hpp163 = core_detail::closure::minimum_ring_size in clean_closing_dups_and_spikes()
Dtraversal_ring_creator.hpp282 = core_detail::closure::minimum_ring_size in traverse_with_operation()
/third_party/boost/libs/geometry/doc/generated/
Dpolar.qbk28 : public core_detail::define_angular_units< DegreeOrRadian >
Dspherical.qbk27 : public core_detail::define_angular_units< DegreeOrRadian >
Dgeographic.qbk27 : public core_detail::define_angular_units< DegreeOrRadian >
Dspherical_equatorial.qbk27 : public core_detail::define_angular_units< DegreeOrRadian >
/third_party/boost/boost/geometry/algorithms/
Dis_convex.hpp52 if (boost::size(ring) < core_detail::closure::minimum_ring_size in apply()
Dremove_spikes.hpp78 std::size_t const min_num_points = core_detail::closure::minimum_ring_size in apply()
Darea.hpp103 < core_detail::closure::minimum_ring_size<Closure>::value) in apply()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dring.hpp186 < core_detail::closure::minimum_ring_size<closure>::value) in apply()
/third_party/boost/boost/geometry/algorithms/detail/within/
Dpoint_in_geometry.hpp196 if ( boost::size(ring) < core_detail::closure::minimum_ring_size in apply()
/third_party/boost/boost/geometry/io/wkt/
Dread.hpp297 || pt_index < core_detail::closure::minimum_ring_size<open>::value in append()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_inserter.hpp531 std::size_t const min_points = core_detail::closure::minimum_ring_size in apply()