Home
last modified time | relevance | path

Searched defs:tuple_iterator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/type_erasure/
Dtuple.hpp144 class tuple_iterator : class
152 explicit tuple_iterator(Tuple& t_arg) : t(&t_arg) {} in tuple_iterator() function in boost::type_erasure::tuple_iterator
353 class tuple_iterator : class
361 explicit tuple_iterator(Tuple& t_arg) : t(&t_arg) {} in tuple_iterator() function in boost::type_erasure::tuple_iterator
/third_party/python/Lib/
D_collections_abc.py54 tuple_iterator = type(iter(())) variable