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

1 2 3 4

  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_iterator_impl.cc 23 : iterator_(it.Pass()) {
27 const leveldb::Status& s = iterator_->status();
33 return iterator_->Valid();
37 iterator_->SeekToLast();
39 return iterator_->status();
43 iterator_->Seek(MakeSlice(target));
45 return iterator_->status();
50 iterator_->Next();
52 return iterator_->status();
57 iterator_->Prev()
    [all...]
leveldb_transaction.cc 135 return iterator_ != data_->end();
139 iterator_ = data_->end();
140 if (iterator_ != data_->begin())
141 --iterator_;
147 iterator_ = data_->lower_bound(target);
153 ++iterator_;
159 if (iterator_ != data_->begin())
160 --iterator_;
162 iterator_ = data_->end();
168 return iterator_->first
    [all...]
leveldb_iterator_impl.h 35 scoped_ptr<leveldb::Iterator> iterator_; member in class:content::LevelDBIteratorImpl
  /external/chromium_org/media/formats/mp4/
sample_to_group_iterator.cc 16 iterator_(sample_to_group_table_.begin()) {
18 while (iterator_ != sample_to_group_table_.end()) {
19 remaining_samples_ = iterator_->sample_count;
22 ++iterator_;
34 ++iterator_;
35 if (iterator_ == sample_to_group_table_.end())
37 remaining_samples_ = iterator_->sample_count;
sample_to_group_iterator.h 34 return iterator_->group_description_index;
41 std::vector<SampleToGroupEntry>::const_iterator iterator_; member in class:media::mp4::SampleToGroupIterator
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 17 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
27 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
28 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
38 ++iterator_;
42 if (!all_ && (*iterator_)->GetData().process_type != process_type_)
52 return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end();
57 return (*iterator_)->GetData();
62 return (*iterator_)->Send(message);
67 return (*iterator_)->delegate();
browser_child_process_host_iterator.h 42 std::list<BrowserChildProcessHostImpl*>::iterator iterator_; member in class:content::BrowserChildProcessHostIterator
  /external/jsoncpp/src/lib_json/
json_valueiterator.inl 28 iterator_.array_ = ValueInternalArray::IteratorState();
43 iterator_.array_ = state;
50 iterator_.map_ = state;
61 return ValueInternalArray::dereference( iterator_.array_ );
62 return ValueInternalMap::value( iterator_.map_ );
74 ValueInternalArray::increment( iterator_.array_ );
75 ValueInternalMap::increment( iterator_.map_ );
87 ValueInternalArray::decrement( iterator_.array_ );
88 ValueInternalMap::decrement( iterator_.map_ );
124 return ValueInternalArray::distance( iterator_.array_, other.iterator_.array_ )
    [all...]
  /external/chromium_org/cc/resources/
prioritized_tile_set.cc 113 iterator_ = tile_set->tiles_[current_bin_].begin();
114 if (iterator_ == tile_set_->tiles_[current_bin_].end())
127 DCHECK(iterator_ != tile_set_->tiles_[current_bin_].end());
129 ++iterator_;
130 if (iterator_ == tile_set_->tiles_[current_bin_].end())
136 DCHECK(iterator_ != tile_set_->tiles_[current_bin_].end());
137 return *iterator_;
141 DCHECK(iterator_ == tile_set_->tiles_[current_bin_].end());
149 iterator_ = tile_set_->tiles_[current_bin_].begin();
150 if (iterator_ != tile_set_->tiles_[current_bin_].end()
    [all...]
prioritized_tile_set.h 37 return iterator_ != tile_set_->tiles_[current_bin_].end();
45 std::vector<Tile*>::iterator iterator_; member in class:cc::PrioritizedTileSet::Iterator
  /external/chromium_org/net/base/
priority_queue.h 57 iterator_ = dummy_empty_list_.end();
62 iterator_(p.iterator_) {
71 iterator_ = p.iterator_;
83 const T& value() const { return iterator_->second; }
85 const T& value() const { return *iterator_; }
90 return (priority_ == other.priority_) && (iterator_ == other.iterator_);
111 : priority_(priority), iterator_(iterator)
118 ListIterator iterator_; member in class:net::PriorityQueue::Pointer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* 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++/4.4.3/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++/4.6/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++/4.7/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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /external/chromium_org/v8/src/
frames-inl.h 103 : iterator_(iterator), isolate_(iterator_->isolate()) {
108 return iterator_->handler();
302 : iterator_(isolate) {
309 : iterator_(isolate, top) {
319 StackFrame* frame = iterator_.frame();

Completed in 498 milliseconds

1 2 3 4