Searched refs:index_iter (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtwo_level_iterator.h18 // in the sequence of blocks. Takes ownership of "index_iter" and
21 // Uses a supplied function to convert an index_iter value into
24 Iterator* index_iter,
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/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc257 index_iter = web_store_metadata.indexes.begin();
258 index_iter != web_store_metadata.indexes.end();
259 ++index_iter) {
261 index_iter->second;
/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 108 milliseconds