Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dordered_set.h18 using set_iterator = typename set_type::const_iterator; variable
/third_party/boost/boost/regex/v4/
Dbasic_regex_creator.hpp143 typedef typename std::set<digraph_type>::const_iterator set_iterator; typedef in boost::BOOST_REGEX_DETAIL_NS::basic_char_set
374 typedef typename basic_char_set<charT, traits>::set_iterator set_iterator; in append_set() typedef
533 typedef typename basic_char_set<charT, traits>::set_iterator set_iterator; in append_set() typedef
/third_party/boost/boost/icl/concept/
Dinterval_map.hpp571 typedef typename SetT::iterator set_iterator; in domain() typedef
586 typedef typename SetT::iterator set_iterator; in between() typedef
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dhandle_colocations.hpp449 typedef std::set<signed_size_type>::const_iterator set_iterator; in discard_interior_exterior_turns() typedef
535 typedef std::set<signed_size_type>::const_iterator set_iterator; in set_colocation() typedef
Dtraversal_switch_detector.hpp116 typedef set_type::const_iterator set_iterator; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h170 using set_iterator = const_set_bits_iterator; variable
DBitVector.h121 typedef const_set_bits_iterator set_iterator; typedef
/third_party/python/Lib/
D_collections_abc.py52 set_iterator = type(iter(set())) variable