Searched refs:item_t (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h45 typedef ITEM item_t; typedef in class:List
49 static item_t sDefaultItem;
57 inline const item_t &GetDefaultItem() const;
58 inline item_t &GetDefaultItem();
60 bool AddItem(const item_t &item, int32 index);
61 bool AddItem(const item_t &item);
65 bool RemoveItem(const item_t &item);
72 const item_t &ItemAt(int32 index) const;
73 item_t &ItemAt(int32 index);
74 const item_t *Item
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h28 typedef ITEM item_t; typedef in class:List
32 static item_t sDefaultItem;
40 inline const item_t &GetDefaultItem() const;
41 inline item_t &GetDefaultItem();
43 bool AddItem(const item_t &item, int32 index);
44 bool AddItem(const item_t &item);
48 bool RemoveItem(const item_t &item);
51 bool ReplaceItem(int32 index, const item_t &item);
59 const item_t &ItemAt(int32 index) const;
60 item_t
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h33 typedef ITEM item_t; typedef in class:TemplateList
37 static item_t sDefaultItem;
45 inline const item_t &GetDefaultItem() const;
46 inline item_t &GetDefaultItem();
48 bool AddItem(const item_t &item, int32 index);
49 bool AddItem(const item_t &item);
53 bool RemoveItem(const item_t &item);
56 bool ReplaceItem(int32 index, const item_t &item);
64 const item_t &ItemAt(int32 index) const;
65 item_t
[all...]

Completed in 38 milliseconds