Searched defs:remove_by_contents (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp371 sc_phash_base::remove_by_contents( const void* c ) function in class:sc_core::sc_phash_base
398 sc_phash_base::remove_by_contents( bool (*predicate)(const void* c, void* arg), void* arg ) function in class:sc_core::sc_phash_base
425 sc_phash_base::remove_by_contents( const void* c, void (*kfree)(void*) ) function in class:sc_core::sc_phash_base
453 sc_phash_base::remove_by_contents( bool (*predicate)(const void*, void*), void* arg, void (*kfree)(void*)) function in class:sc_core::sc_phash_base
H A Dsc_hash.h205 int remove_by_contents(C c) function in class:sc_core::sc_phash
209 int remove_by_contents(bool (*predicate)(const void*, void*), void* arg) function in class:sc_core::sc_phash
213 int remove_by_contents(const void* c, void (*kfree)(void*)) function in class:sc_core::sc_phash
217 int remove_by_contents(bool (*predicate)(const void*, void*), void* arg, void (*kfree)(void*)) function in class:sc_core::sc_phash
306 int remove_by_contents(C c) function in class:sc_core::sc_pdhash
310 int remove_by_contents(bool (*predicate)(const void*, void*), void* arg) function in class:sc_core::sc_pdhash
396 int remove_by_contents(C c) function in class:sc_core::sc_strhash
400 int remove_by_contents(bool (*predicate)(const void*, void*), void* arg) function in class:sc_core::sc_strhash
[all...]

Completed in 4 milliseconds