Home
last modified time | relevance | path

Searched refs:_ExhaustiveSearch (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A DOpenHashTable.h189 if (CheckDuplicates && _ExhaustiveSearch(value)) { in InsertUnchecked()
248 if (CheckDuplicates && _ExhaustiveSearch(value)) { in RemoveUnchecked()
476 bool _ExhaustiveSearch(ValueType* value) const in _ExhaustiveSearch() function
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h189 if (CheckDuplicates && _ExhaustiveSearch(value)) { in InsertUnchecked()
248 if (CheckDuplicates && _ExhaustiveSearch(value)) { in RemoveUnchecked()
476 bool _ExhaustiveSearch(ValueType* value) const in _ExhaustiveSearch() function