Home
last modified time | relevance | path

Searched refs:hashSet (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolHashSet.h67 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hashSet) DE_UNUSED_FUNCTION; \
68 DE_INLINE TYPENAME##Hash* TYPENAME##_getHash (const TYPENAME* hashSet) DE_UNUSED_FUNCTIO…
69 DE_INLINE deBool TYPENAME##_insert (DE_PTR_TYPE(TYPENAME) hashSet, KEYTYPE key, VALUETYPE value…
70 DE_INLINE deBool TYPENAME##_safeInsert (DE_PTR_TYPE(TYPENAME) hashSet, KEYTYPE key, VALUETYPE va…
71 DE_INLINE TYPENAME##Set* TYPENAME##_find (const TYPENAME* hashSet, KEYTYPE key) DE_UNUSED_…
72 DE_INLINE void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) hashSet, KEYTYPE key, VALUETYPE value)…
73 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* hashSet, KEYTYPE key, VALUETYPE value) DE…
77 DE_PTR_TYPE(TYPENAME) hashSet = DE_POOL_NEW(pool, TYPENAME); \
78 if (!hashSet) return DE_NULL; \
79 if ((hashSet->hash = TYPENAME##Hash_create(pool)) == DE_NULL) \
[all …]
DdePoolHashSet.c34 deTestHashSet* hashSet = deTestHashSet_create(pool); in dePoolHashSet_selfTest() local
38 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 0); in dePoolHashSet_selfTest()
43 deTestHashSet_insert(hashSet, (deInt16)i, 2*j + 5); in dePoolHashSet_selfTest()
45 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 19); in dePoolHashSet_selfTest()
52 deTestHashSet_delete(hashSet, (deInt16)i, 2*j + 5); in dePoolHashSet_selfTest()
54 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 19); in dePoolHashSet_selfTest()
58 DE_TEST_ASSERT(deTestHash_getNumElements(hashSet) == 0); in dePoolHashSet_selfTest()
/third_party/node/deps/npm/node_modules/lodash._baseuniq/
Dindex.js274 function hashSet(key, value) { function
285 Hash.prototype.set = hashSet;
/third_party/node/deps/npm/node_modules/lodash.uniq/
Dindex.js320 function hashSet(key, value) { function
331 Hash.prototype.set = hashSet;
/third_party/node/deps/npm/node_modules/lodash.without/
Dindex.js358 function hashSet(key, value) { function
369 Hash.prototype.set = hashSet;
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js367 function hashSet(key, value) { function
378 Hash.prototype.set = hashSet;
/third_party/node/deps/npm/node_modules/lodash.clonedeep/
Dindex.js440 function hashSet(key, value) { function
451 Hash.prototype.set = hashSet;