Searched defs:index_iter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtwo_level_iterator.cc21 Iterator* index_iter,
77 Iterator* index_iter,
84 index_iter_(index_iter),
175 Iterator* index_iter,
179 return new TwoLevelIterator(index_iter, block_function, arg, options);
76 TwoLevelIterator( Iterator* index_iter, BlockFunction block_function, void* arg, const ReadOptions& options) argument
174 NewTwoLevelIterator( Iterator* index_iter, BlockFunction block_function, void* arg, const ReadOptions& options) argument
H A Dtable.cc249 Iterator* index_iter = local
251 index_iter->Seek(key);
253 if (index_iter->Valid()) {
255 Slice input = index_iter->value();
271 delete index_iter;
/external/chromium_org/base/containers/
H A Dmru_cache.h92 typename KeyIndex::iterator index_iter = index_.find(key); local
93 if (index_iter != index_.end()) {
96 Erase(index_iter->second);
114 typename KeyIndex::iterator index_iter = index_.find(key); local
115 if (index_iter == index_.end())
117 typename PayloadList::iterator iter = index_iter->second;
127 typename KeyIndex::const_iterator index_iter = index_.find(key); local
128 if (index_iter == index_.end())
130 return index_iter->second;
134 typename KeyIndex::const_iterator index_iter local
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory.cc480 IndexByAttachmentId::const_iterator index_iter = local
482 if (index_iter == kernel_->index_by_attachment_id.end())
484 const MetahandleSet& metahandle_set = index_iter->second;

Completed in 343 milliseconds