HomeSort by relevance Sort by last modified time
    Searched refs:iterator_ (Results 1 - 25 of 38) sorted by null

1 2

  /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/v8/src/
frames-inl.h 114 : iterator_(iterator), isolate_(iterator_->isolate()) {
119 return iterator_->handler();
261 : iterator_(isolate) {
269 : iterator_(isolate, top) {
280 StackFrame* frame = iterator_.frame();
289 : iterator_(isolate) {
297 iterator_.Advance();
298 } while (!iterator_.done() && !iterator_.frame()->is_java_script())
    [all...]
frames.h 183 this->iterator_ = NULL;
277 const StackFrameIterator* iterator_;
730 iterator_(fp, sp, low_bound, high_bound) {
739 iterator_(isolate, fp, sp, low_bound, high_bound) {
745 bool done() const { return iterator_.done(); }
759 Iterator iterator_;
789 return iterator_.frame();
792 bool done() const { return iteration_done_ ? true : iterator_.done(); }
856 StackFrameIterator iterator_;
880 StackFrameIterator iterator_;
    [all...]
frames.cc 280 iterator_(isolate, is_valid_top_, is_valid_fp_ ? fp : NULL, sp) {
301 StackFrame* last_frame = iterator_.frame();
305 !CanIterateHandles(last_frame, iterator_.handler()) ||
309 iterator_.Advance();
310 if (iterator_.done()) return;
312 StackFrame* prev_frame = iterator_.frame();
353 iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL;
359 iterator_.Reset();
    [all...]
  /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_);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend 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/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend 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/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 204 typedef iterator_ iterator;
587 friend class iterator_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 206 typedef iterator_ iterator;
344 friend 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/cc_hash_table_map_/
cc_ht_map_.hpp 204 typedef iterator_ iterator;
587 friend class iterator_;

Completed in 623 milliseconds

1 2