Home
last modified time | relevance | path

Searched defs:KeyEntry (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h218 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local
248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DScopedHashTable.h217 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local
247 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
/external/llvm/include/llvm/ADT/
DScopedHashTable.h211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local
241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
/external/tink/cc/internal/
Dkeyset_handle_builder_entry.h100 explicit KeyEntry(std::shared_ptr<const Key> key) : key_(std::move(key)) {} in KeyEntry() function
/external/pytorch/torch/utils/
D_pytree.py99 class KeyEntry(Protocol): class