Home
last modified time | relevance | path

Searched refs:hashkeyeq (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_misc.h83 SCIP_DECL_HASHKEYEQ ((*hashkeyeq)); /**< returns TRUE iff both keys are equal */
105 SCIP_DECL_HASHKEYEQ ((*hashkeyeq)); /**< returns TRUE iff both keys are equal */
H A Dmisc.c1651 assert(hashkeyeq != NULL); in multihashlistFind()
1799 assert(multihash->hashkeyeq != NULL); in multihashResize()
1917 assert(hashkeyeq != NULL); in SCIPmultihashCreate()
1925 (*multihash)->hashkeyeq = hashkeyeq; in SCIPmultihashCreate()
1978 assert(multihash->hashkeyeq != NULL); in SCIPmultihashInsert()
2037 assert(multihash->hashkeyeq != NULL); in SCIPmultihashRetrieve()
2068 assert(multihash->hashkeyeq != NULL); in SCIPmultihashRetrieveNext()
2103 assert(multihash->hashkeyeq != NULL); in SCIPmultihashExists()
2130 assert(multihash->hashkeyeq != NULL); in SCIPmultihashRemove()
2254 assert(hashkeyeq != NULL); in SCIPhashtableCreate()
[all …]
H A Dpub_misc.h547 SCIP_DECL_HASHKEYEQ ((*hashkeyeq)), /**< returns TRUE iff both keys are equal */
670 SCIP_DECL_HASHKEYEQ ((*hashkeyeq)), /**< returns TRUE iff both keys are equal */
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dhashcontainer.hh42 static bool hashkeyeq(const key_type &a, const key_type &b) { in hashkeyeq() function in HashContainer_adapter
534 if (_rep.hashkeyeq(_rep.hashkey(*pprev), key)) in contains()
547 c += _rep.hashkeyeq(_rep.hashkey(*pprev), key); in count()
558 if (_rep.hashkeyeq(_rep.hashkey(*pprev), key)) in find()
577 if (_rep.hashkeyeq(_rep.hashkey(*pprev), key)) { in find_prefer()
598 …click_hash_assert(!it._element || _rep.hashkeyeq(_rep.hashkey(element), _rep.hashkey(it._element))…