/haiku/headers/os/support/ |
H A D | List.h | 31 bool ReplaceItem(int32 index, void* item);
|
H A D | ObjectList.h | 104 bool ReplaceItem(int32, void *); 151 bool ReplaceItem(int32 index, T*); 539 BObjectList<T>::ReplaceItem(int32 index, T* item) in ReplaceItem() function 544 return _PointerList_::ReplaceItem(index, (void*)item); in ReplaceItem() 553 _PointerList_::ReplaceItem(index, (void*)item); in SwapWithItem() 571 _PointerList_::ReplaceItem(index, (void*)newItem); in _SetItem()
|
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/ |
H A D | TemplateList.h | 56 bool ReplaceItem(int32 index, const item_t &item); 237 TemplateList<ITEM, DEFAULT_ITEM_SUPPLIER>::ReplaceItem(int32 index, const item_t &item) in ReplaceItem() function
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | List.h | 51 bool ReplaceItem(int32 index, const item_t &item); 232 List<ITEM, DEFAULT_ITEM_SUPPLIER>::ReplaceItem(int32 index, const item_t &item) in ReplaceItem() function
|
/haiku/src/tests/kits/midi/synth_file_reader/ |
H A D | SynthFile.cpp | 126 fInstruments.ReplaceItem(i, instr); in InstrumentAtPut()
|
/haiku/src/tests/kits/support/pointerlist/ |
H A D | PointerListTest.cpp | 488 assert(!list.ReplaceItem(-1, NULL)); in NullTest() 489 assert(!list.ReplaceItem(100, NULL)); in NullTest()
|
/haiku/src/kits/support/ |
H A D | PointerList.cpp | 364 _PointerList_::ReplaceItem(int32 index, void *newItem) in ReplaceItem() function in _PointerList_
|
H A D | List.cpp | 228 BList::ReplaceItem(int32 index, void* item) in ReplaceItem() function in BList
|
H A D | StringList.cpp | 193 fStrings.ReplaceItem(index, privateData); in Replace()
|
/haiku/headers/os/interface/ |
H A D | ListView.h | 139 bool ReplaceItem(int32 index, BListItem* item);
|
/haiku/src/libs/alm/ |
H A D | ALMLayoutBuilder.cpp | 311 fAreaStack.ReplaceItem(fAreaStack.CountItems() - 1, area); in _SetCurrentArea()
|
/haiku/src/kits/mail/ |
H A D | MailContainer.cpp | 149 _components_in_code.ReplaceItem(index,piece); in GetComponent()
|
/haiku/src/kits/interface/ |
H A D | Icon.cpp | 129 list.ReplaceItem(which, bitmap); in SetBitmap()
|
H A D | ListView.cpp | 1437 BListView::ReplaceItem(int32 index, BListItem* item) in ReplaceItem() function in BListView 2035 if (!fList.ReplaceItem(index, item)) in _ReplaceItem()
|
H A D | ColumnListView.cpp | 1435 container1->ReplaceItem(index2, row1); in SwapRows() 1436 container2->ReplaceItem(index1, row2); in SwapRows()
|
/haiku/docs/user/support/ |
H A D | ObjectList.dox | 206 \fn template<class T> bool BObjectList<T>::ReplaceItem(int32 index, T* item)
|
H A D | List.dox | 285 \fn bool BList::ReplaceItem(int32 index, void* item)
|
/haiku/docs/user/interface/ |
H A D | ListView.dox | 1024 \fn bool BListView::ReplaceItem(int32 index, BListItem* item)
|