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

/haiku/src/servers/app/font/
H A DAppFontManager.h48 uint16 _NextID();
H A DAppFontManager.cpp111 AppFontManager::_NextID() function in class:AppFontManager
H A DFontManager.h78 virtual uint16 _NextID();
H A DFontManager.cpp314 family.SetTo(new (std::nothrow) FontFamily(face->family_name, _NextID()), true);
410 FontManager::_NextID() function in class:FontManager
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h108 static int32 _NextID();
H A DKPartition.h217 static int32 _NextID();
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp30 : fID(_NextID()),
394 // _NextID
396 KDiskSystem::_NextID() function in class:KDiskSystem
H A DKPartition.cpp71 fPartitionData.id = id >= 0 ? id : _NextID();
1623 KPartition::_NextID() function in class:KPartition
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h150 ino_t _NextID() { return fNextId++; } function in class:Volume
H A DVolume.cpp316 node->ino = _NextID();

Completed in 81 milliseconds