Home
last modified time | relevance | path

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

/haiku/headers/private/storage/
H A DPartition.h203 BPartition* _VisitEachDescendant(
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp747 return const_cast<BPartition*>(this)->_VisitEachDescendant(visitor); in VisitEachDescendant()
1481 BPartition::_VisitEachDescendant(BDiskDeviceVisitor* visitor, int32 level) in _VisitEachDescendant() function in BPartition
1488 if (BPartition* result = child->_VisitEachDescendant(visitor, in _VisitEachDescendant()