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

/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.h264 typedef std::vector<HashData*> HashList; typedef in class:llvm::DwarfAccelTable
265 typedef std::vector<HashList> BucketList;
267 HashList Hashes;

Completed in 40 milliseconds