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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp43 bool isConcrete() const { return !(isAbstract() || isBad()); }
45 bool isBad() const { return kind == BAD_ENTRY; } function in struct:TestEntry
394 if (!testEntry->isBad()
411 if (!testEntry->isBad()
428 if (!testEntry->super->isBad() && !testEntry->super->super->isBad()) {
877 if (!testEntry->isBad()
894 if (!testEntry->isBad()
911 if (!testEntry->super->isBad() && !testEntry->super->super->isBad()) {
[all...]

Completed in 18 milliseconds