Home
last modified time | relevance | path

Searched refs:IndexMap (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dpreload_supplier.cc62 class IndexMap : public std::map<std::string, const Rule*, IndexLess> {}; class
74 IndexMap* rule_index, in Helper()
109 IndexMap::iterator last_index_it = rule_index_->end(); in OnRetrieved()
110 IndexMap::iterator last_latin_it = rule_index_->end(); in OnRetrieved()
114 IndexMap::const_iterator hints[arraysize(LookupKey::kHierarchy) - 1]; in OnRetrieved()
195 IndexMap::const_iterator* const hint = &hints[hierarchy.size() - 1]; in OnRetrieved()
256 IndexMap* const rule_index_;
277 rule_index_(new IndexMap), in PreloadSupplier()
353 IndexMap::const_iterator it = rule_index_->find(key); in GetRuleHierarchy()
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
Dpreload_supplier.h31 class IndexMap; variable
93 const scoped_ptr<IndexMap> rule_index_;
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_metadata.h38 typedef std::map<int64, IndexedDBIndexMetadata> IndexMap; typedef
55 IndexMap indexes;
Dindexed_db_index_writer.cc138 IndexedDBObjectStoreMetadata::IndexMap::const_iterator found = in MakeIndexWriters()
Dindexed_db_backing_store.h552 IndexedDBObjectStoreMetadata::IndexMap* map)
Dindexed_db_dispatcher_host.cc256 for (content::IndexedDBObjectStoreMetadata::IndexMap::const_iterator in ConvertMetadata()
Dindexed_db_backing_store.cc2519 IndexedDBObjectStoreMetadata::IndexMap* indexes) { in GetIndexes()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBMetadata.h74 typedef HashMap<int64_t, IDBIndexMetadata> IndexMap; typedef
75 IndexMap indexes;
DIDBObjectStore.cpp81 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_met… in indexNames()
247 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_met… in put()
495 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_met… in index()
666 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_met… in findIndexId()
DInspectorIndexedDBAgent.cpp281 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = objectStoreMetadata.indexes.begin(); it… in execute()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp58 DTN2UnsignedMap IndexMap; member in __anon5690e2700111::NearestCommonDominator
78 IndexMap[Node] = ++Numbering; in addBlock()
86 if (IndexMap.count(Node)) in addBlock()
89 IndexMap[Node] = 0; in addBlock()
93 unsigned Numbering = IndexMap[Node]; in addBlock()
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBMetadata.cpp56 …for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin();… in WebIDBMetadata()