Home
last modified time | relevance | path

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

/external/antlr/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.h239 typedef std::vector<HashData *> HashList; typedef
240 typedef std::vector<HashList> BucketList;
242 HashList Hashes;
DDwarfAccelTable.cpp166 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitHashes()
186 for (HashList::const_iterator HI = Buckets[i].begin(), in emitOffsets()
209 for (HashList::const_iterator HI = Buckets[i].begin(), in EmitData()
278 for (HashList::const_iterator HI = Buckets[i].begin(), in print()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h154 using HashList = std::vector<HashData *>; variable
155 using BucketList = std::vector<HashList>;
168 HashList Hashes;
177 ArrayRef<HashList> getBuckets() const { return Buckets; } in getBuckets()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h154 using HashList = std::vector<HashData *>; variable
155 using BucketList = std::vector<HashList>;
168 HashList Hashes;
177 ArrayRef<HashList> getBuckets() const { return Buckets; } in getBuckets()
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc135 uint64 HashList(const std::vector<int>& list) { in HashList() function
166 HashList({num_layers, input_size, num_units, max_seq_length, batch_size, in CudnnRnnParameters()
536 HashList({shapes.num_layers, shapes.input_size, shapes.num_units, in operator ()()