Home
last modified time | relevance | path

Searched refs:HashList (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs51 public sealed class HashList : IDictionary class
62 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.HashList
362 public HashList(int capacity) in HashList() method in Antlr.Runtime.Collections.HashList
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h264 typedef std::vector<HashData*> HashList; typedef
265 typedef std::vector<HashList> BucketList;
267 HashList Hashes;
DDwarfAccelTable.cpp154 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitHashes()
168 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitOffsets()
187 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitData()
253 for (HashList::const_iterator HI = Buckets[i].begin(), in print()