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

/haiku-fatelf/src/kits/tracker/
H A DLockingList.h47 LockingList(int32 itemsPerBlock = 20, bool owning = false);
63 LockingList<T>::LockingList(int32 itemsPerBlock, bool owning) argument
64 : BObjectList<T>(itemsPerBlock, owning)
H A DPoseList.h55 PoseList(int32 itemsPerBlock = 20, bool owning = false)
56 : BObjectList<BPose>(itemsPerBlock, owning)
/haiku-fatelf/src/apps/aboutsystem/
H A DHyperTextView.cpp83 ActionInfoList(int32 itemsPerBlock = 20, bool owning = false)
84 : BObjectList<HyperTextView::ActionInfo>(itemsPerBlock, owning)
/haiku-fatelf/src/kits/support/
H A DPointerList.cpp243 _PointerList_::_PointerList_(int32 itemsPerBlock, bool own) argument
245 BList(itemsPerBlock),
/haiku-fatelf/headers/os/support/
H A DObjectList.h78 _PointerList_(int32 itemsPerBlock = 20, bool owning = false);
123 BObjectList(int32 itemsPerBlock = 20,
419 BObjectList<T>::BObjectList(int32 itemsPerBlock, bool owning) argument
421 _PointerList_(itemsPerBlock, owning)

Completed in 100 milliseconds