Searched refs:isAbstract (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp43 bool isConcrete() const { return !(isAbstract() || isBad()); }
44 bool isAbstract() const { return kind == ABSTRACT_ENTRY; } function in struct:TestEntry
2604 if (isConcrete() || isAbstract())

Completed in 20 milliseconds