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

  /prebuilt/linux-x86/toolchain/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_
  /prebuilt/ndk/android-ndk-r5/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_
  /prebuilt/ndk/android-ndk-r6/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 92 : iterator_(iterator), isolate_(iterator_->isolate()) {
97 return iterator_->handler();
189 : iterator_(isolate) {
199 StackFrame* frame = iterator_.frame();
208 : iterator_(isolate) {
216 iterator_.Advance();
217 } while (!iterator_.done() && !iterator_.frame()->is_java_script());
224 iterator_.Advance()
    [all...]
frames.h 171 this->iterator_ = NULL;
262 const StackFrameIterator* iterator_; member in class:v8::internal::BASE_EMBEDDED
709 iterator_(fp, sp, low_bound, high_bound) {
716 iterator_(isolate, fp, sp, low_bound, high_bound) {
722 bool done() const { return iterator_.done(); }
736 Iterator iterator_; member in class:v8::internal::BASE_EMBEDDED
766 return iterator_.frame();
769 bool done() const { return iteration_done_ ? true : iterator_.done(); }
833 StackFrameIterator iterator_; member in class:v8::internal::BASE_EMBEDDED
859 StackFrameIterator iterator_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
frames.cc 261 iterator_(isolate, is_valid_top_, is_valid_fp_ ? fp : NULL, sp) {
282 StackFrame* last_frame = iterator_.frame();
286 !CanIterateHandles(last_frame, iterator_.handler()) ||
290 iterator_.Advance();
291 if (iterator_.done()) return;
293 StackFrame* prev_frame = iterator_.frame();
334 iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL;
340 iterator_.Reset();
    [all...]
heap.cc     [all...]
heap.h 1773 ObjectIterator* iterator_; \/\/ object iterator for the current space. member in class:v8::internal::SpaceIterator
    [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 301 : base_(base), iterator_(iterator) {}
308 ++iterator_;
314 // We need to use cached value referenced by iterator_ because *iterator_
316 // having "return &*iterator_;" doesn't work.
318 // can advance iterator_ beyond the end of the range, and we cannot
323 value_.reset(new T(*iterator_));
332 return iterator_ ==
333 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
342 iterator_(other.iterator_) {
345 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:__anon3831::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_);
  /prebuilt/linux-x86/toolchain/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_;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 184 typedef iterator_ iterator;
287 friend class iterator_;
  /prebuilt/linux-x86/toolchain/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_;
  /prebuilt/linux-x86/toolchain/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_;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 204 typedef iterator_ iterator;
587 friend class iterator_;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 206 typedef iterator_ iterator;
344 friend class iterator_;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 204 typedef iterator_ iterator;
587 friend class iterator_;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 206 typedef iterator_ iterator;
344 friend class iterator_;

Completed in 1231 milliseconds