Searched refs:HashList (Results 1 – 6 of 6) sorted by relevance
51 public sealed class HashList : IDictionary class62 private HashList _hashList;79 internal HashListEnumerator(HashList hashList, EnumerationMode mode) in HashListEnumerator()186 private HashList _hashList;194 internal KeyCollection(HashList hashList) in KeyCollection()281 private HashList _hashList;289 internal ValueCollection(HashList hashList) in ValueCollection()358 public HashList() : this(-1) in HashList() method in Antlr.Runtime.Collections.HashList362 public HashList(int capacity) in HashList() method in Antlr.Runtime.Collections.HashList
78 typedef std::vector<uint64> HashList; typedef122 scoped_ptr<HashList> GetEntriesBetween(const base::Time initial_time,126 scoped_ptr<HashList> GetAllHashes();
209 scoped_ptr<SimpleIndex::HashList> SimpleIndex::GetEntriesBetween( in GetEntriesBetween()222 scoped_ptr<HashList> ret_hashes(new HashList()); in GetEntriesBetween()233 scoped_ptr<SimpleIndex::HashList> SimpleIndex::GetAllHashes() { in GetAllHashes()
459 SimpleIndex::HashList* entry_list = in EndEnumeration()460 static_cast<SimpleIndex::HashList*>(*iter); in EndEnumeration()603 SimpleIndex::HashList* entry_list = in GetNextEntryInIterator()604 static_cast<SimpleIndex::HashList*>(*iter); in GetNextEntryInIterator()
240 typedef std::vector<HashData *> HashList; typedef241 typedef std::vector<HashList> BucketList;243 HashList Hashes;
146 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitHashes()161 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitOffsets()180 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitData()243 for (HashList::const_iterator HI = Buckets[i].begin(), in print()