HomeSort by relevance Sort by last modified time
    Searched defs:iterator_ (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ : class in inherits:const_iterator_
75 iterator_() function in class:iterator_
115 inline iterator_&
124 inline iterator_
127 iterator_ ret =* this;
145 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_
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 307 : base_(base), iterator_(iterator) {}
314 ++iterator_;
320 // We need to use cached value referenced by iterator_ because *iterator_
322 // having "return &*iterator_;" doesn't work.
324 // can advance iterator_ beyond the end of the range, and we cannot
329 value_.reset(new T(*iterator_));
338 return iterator_ ==
339 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
348 iterator_(other.iterator_) {
351 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 592 void* iterator_; member in class:__anon4631::SlaveSM
601 : BaseSM(channel), iterator_(NULL),
622 if (iterator_)
623 cache_->EndEnumeration(&iterator_);
736 rv = cache_->OpenNextEntry(&iterator_,
741 rv = cache_->OpenPrevEntry(&iterator_,
771 cache_->EndEnumeration(&iterator_);
  /external/v8/src/
heap.h 2179 ObjectIterator* iterator_; \/\/ object iterator for the current space. member in class:v8::internal::SpaceIterator
    [all...]

Completed in 777 milliseconds