Searched refs:IndexMap (Results 1 – 12 of 12) sorted by relevance
62 class IndexMap : public std::map<std::string, const Rule*, IndexLess> {}; class74 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()
31 class IndexMap; variable93 const scoped_ptr<IndexMap> rule_index_;
38 typedef std::map<int64, IndexedDBIndexMetadata> IndexMap; typedef55 IndexMap indexes;
138 IndexedDBObjectStoreMetadata::IndexMap::const_iterator found = in MakeIndexWriters()
552 IndexedDBObjectStoreMetadata::IndexMap* map)
256 for (content::IndexedDBObjectStoreMetadata::IndexMap::const_iterator in ConvertMetadata()
2519 IndexedDBObjectStoreMetadata::IndexMap* indexes) { in GetIndexes()
74 typedef HashMap<int64_t, IDBIndexMetadata> IndexMap; typedef75 IndexMap indexes;
81 …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()
281 …for (IDBObjectStoreMetadata::IndexMap::const_iterator it = objectStoreMetadata.indexes.begin(); it… in execute()
58 DTN2UnsignedMap IndexMap; member in __anon5690e2700111::NearestCommonDominator78 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()
56 …for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin();… in WebIDBMetadata()