Home
last modified time | relevance | path

Searched defs:traversal (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dtraversal.hpp89 struct traversal struct
93 static const operation_type target_operation = operation_from_overlay<OverlayType>::value;
95 typedef typename sort_by_side::side_compare<target_operation>::type side_compare_type;
96 typedef typename boost::range_value<Turns>::type turn_type;
97 typedef typename turn_type::turn_operation_type turn_operation_type;
99 typedef typename geometry::point_type<Geometry1>::type point_type;
104 > sbs_type;
107 inline traversal(Geometry1 const& geometry1, Geometry2 const& geometry2, in traversal() function
122 inline void finalize_visit_info(TurnInfoMap& turn_info_map) in finalize_visit_info()
156 inline void set_visited_in_cluster(signed_size_type cluster_id, in set_visited_in_cluster()
[all …]
/third_party/boost/libs/iterator/doc/
Dnew-iter-concepts.rst457 Incrementable Iterators [lib.incrementable.iterators]
491 Single Pass Iterators [lib.single.pass.iterators]
528 Forward Traversal Iterators [lib.forward.traversal.iterators]
558 Bidirectional Traversal Iterators [lib.bidirectional.traversal.iterators]
600 Random Access Traversal Iterators [lib.random.access.traversal.iterators]
668 Interoperable Iterators [lib.interoperable.iterators]
/third_party/gn/src/gn/
Dcommand_clean.cc80 base::FileEnumerator traversal( in CleanOneDir() local
/third_party/boost/boost/iterator/
Dcounting_iterator.hpp92 >::type traversal; typedef
/third_party/python/Lib/lib2to3/
Drefactor.py469 def traverse_by(self, fixers, traversal): argument
/third_party/gn/src/base/files/
Dfile_util_win.cc59 FileEnumerator traversal(path, false, in DeleteFileRecursive() local
Dfile_util_posix.cc188 FileEnumerator traversal(path, true, in DeleteFile() local
/third_party/boost/boost/geometry/index/detail/
Dvarray.hpp860 typedef typename boost::iterator_traversal<Iterator>::type traversal; in insert() typedef
945 typedef typename boost::iterator_traversal<Iterator>::type traversal; in assign() typedef