HomeSort by: relevance | last modified time | path
    Searched defs:iterator_ (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
47 class iterator_ class in inherits:const_iterator_
74 iterator_() function in class:iterator_
104 iterator_&
112 iterator_
115 iterator_ ret =* this;
129 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
47 class iterator_ class in inherits:const_iterator_
74 iterator_() function in class:iterator_
104 iterator_&
112 iterator_
115 iterator_ ret =* this;
129 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 311 : base_(base), iterator_(iterator) {}
318 ++iterator_;
324 // We need to use cached value referenced by iterator_ because *iterator_
326 // having "return &*iterator_;" doesn't work.
328 // can advance iterator_ beyond the end of the range, and we cannot
332 if (value_.get() == nullptr) value_.reset(new T(*iterator_));
341 return iterator_ ==
342 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
351 iterator_(other.iterator_) {
354 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]

Completed in 22 milliseconds