Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_context.py368 class HashKey: class
387 if not isinstance(other, HashKey):
403 if HashKey._crasher is not None and HashKey._crasher.error_on_hash:
408 if HashKey._crasher is not None and HashKey._crasher.error_on_eq:
419 if HashKey._crasher is not None:
421 HashKey._crasher = self
424 HashKey._crasher = None
439 k1 = HashKey(10, 'aaa')
440 k2 = HashKey(10, 'bbb')
503 k1 = HashKey(10, 'aaa')
[all …]
/external/jsoncpp/src/lib_json/
Djson_internalmap.inl207 HashKey hashedKey = hash(key);
228 HashKey hashedKey = hash(key);
249 HashKey hashedKey = hash(key);
328 ValueInternalMap::unsafeAdd(const char* key, bool isStatic, HashKey hashedKey) {
350 ValueInternalMap::HashKey ValueInternalMap::hash(const char* key) const {
351 HashKey hash = 0;
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc345 empty_key_hash_ = HashKey( in MutableDenseHashTable()
357 deleted_key_hash_ = HashKey(deleted_key_input->template shaped<K, 2>( in MutableDenseHashTable()
411 const uint64 key_hash = HashKey(key_matrix, i); in Find()
586 const uint64 key_hash = HashKey(key_matrix, i); in DoInsert()
655 const uint64 key_hash = HashKey(key_matrix, i); in DoRemove()
741 uint64 HashKey(typename TTypes<K>::ConstMatrix key, int64 index) const { in HashKey() function in tensorflow::lookup::MutableDenseHashTable
/external/jsoncpp/include/json/
Dvalue.h671 typedef unsigned int HashKey; typedef
718 Value& unsafeAdd(const char* key, bool isStatic, HashKey hashedKey);
720 HashKey hash(const char* key) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h634 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) {
638 Map.insert_as(Result, HashKey);
/external/llvm/lib/IR/
DConstantsContext.h599 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) {
603 Map.insert_as(Result, HashKey);