Searched defs:HashList (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.h78 typedef std::vector<uint64> HashList; typedef in class:disk_cache::SimpleIndex
122 scoped_ptr<HashList> GetEntriesBetween(const base::Time initial_time,
126 scoped_ptr<HashList> GetAllHashes();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs51 public sealed class HashList : IDictionary class in namespace:Antlr.Runtime.Collections
62 private HashList _hashList;
79 internal HashListEnumerator(HashList hashList, EnumerationMode mode)
186 private HashList _hashList;
194 internal KeyCollection(HashList hashList)
281 private HashList _hashList;
289 internal ValueCollection(HashList hashList)
358 public HashList() : this(-1) method in class:Antlr.Runtime.Collections.HashList
362 public HashList(int capacity) method in class:Antlr.Runtime.Collections.HashList
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h240 typedef std::vector<HashData *> HashList; typedef in class:llvm::DwarfAccelTable
241 typedef std::vector<HashList> BucketList;
243 HashList Hashes;

Completed in 2450 milliseconds