Searched refs:iterator_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp44 * Contains an iterator_ class used for ranging over the elements of the
49 class iterator_ : class in inherits:const_iterator_
81 iterator_() function in class:iterator_
121 inline iterator_&
130 inline iterator_
133 iterator_ ret =* this;
151 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl) function in class:iterator_
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h309 : base_(base), iterator_(iterator) {}
316 ++iterator_;
322 // We need to use cached value referenced by iterator_ because *iterator_
324 // having "return &*iterator_;" doesn't work.
326 // can advance iterator_ beyond the end of the range, and we cannot
331 value_.reset(new T(*iterator_));
340 return iterator_ ==
341 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
350 iterator_(othe
353 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp190 typedef iterator_ iterator;
293 friend class iterator_;
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp214 typedef iterator_ iterator;
597 friend class iterator_;
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp216 typedef iterator_ iterator;
354 friend class iterator_;

Completed in 136 milliseconds