Searched refs:IndexOf (Results 1 - 25 of 171) sorted by path

1234567

/haiku/headers/libs/alm/
H A DALMLayout.h65 int32 IndexOf(XTab* tab, bool ordered = false);
66 int32 IndexOf(YTab* tab, bool ordered = false);
/haiku/headers/libs/linprog/
H A DLinearSpec.h98 int32 IndexOf(const Variable* variable) const;
/haiku/headers/os/app/
H A DLooper.h65 int32 IndexOf(BHandler* handler) const;
/haiku/headers/os/support/
H A DList.h53 int32 IndexOf(void* item) const;
54 int32 IndexOf(const void* item) const;
H A DObjectList.h164 int32 IndexOf(const T*) const;
577 BObjectList<T>::IndexOf(const T* item) const function in class:BObjectList
579 return _PointerList_::IndexOf((void*)item);
H A DStringList.h51 int32 IndexOf(const BString& string,
92 return IndexOf(string, ignoreCase) >= 0;
/haiku/headers/private/interface/
H A DColumnListView.h321 int32 IndexOf(BRow* row);
/haiku/headers/private/kernel/boot/
H A Dmenu.h114 int32 IndexOf(MenuItem* item);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp155 int32 index = fUpStreamChannels.IndexOf(channel, fFreeUpStreamChannels);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h75 int32 IndexOf(const item_t &item) const;
218 int32 index = IndexOf(item);
293 // IndexOf
296 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IndexOf(const item_t &item) const function in class:List
310 return (IndexOf(item) >= 0);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp167 int32 action = fActionMenu->IndexOf(fActionMenu->FindMarked());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp177 fListView->InvalidateItem(fListView->IndexOf(this));
195 fListView->InvalidateItem(fListView->IndexOf(this));
215 int32 index = IndexOf(where);
235 int32 index = IndexOf(where);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp181 int32 toRetrieve = fUniqueIDs.IndexOf(uid);
281 int32 toRetrieve = fUniqueIDs.IndexOf(uidString);
526 Delete(fUniqueIDs.IndexOf(toDelete.StringAt(i)));
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp261 int32 index = fInterfaceMenu->IndexOf(item);
H A DGeneralAddon.cpp566 int32 index = menu->IndexOf(menu->FindMarked());
H A DPPPoEAddon.cpp308 if(item && menu->IndexOf(item) <= menu->CountItems() - 2)
319 if(item && menu->IndexOf(item) <= menu->CountItems() - 2) {
377 if(item && menu->IndexOf(item) <= menu->CountItems() - 2)
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp423 cur = entries.IndexOf(in_current);
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp94 // IndexOf
96 Canvas::IndexOf(Layer* layer) const function in class:Canvas
98 return BList::IndexOf((void*)layer);
H A DCanvas.h39 int32 IndexOf(Layer* layer) const;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp378 int32 index = fBoxes->IndexOf(which);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp176 if ((index = IndexOf(point)) >= 0) {
198 if (!message && ((index = IndexOf(point)) >= 0)) {
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp425 return fHeaders.IndexOf(header);
457 RemoveHeader(fHeaders.IndexOf(header));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp125 return RemoveDataSource(fDataSources.IndexOf(dataSource));
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp458 int32 IndexOf(TreeTableNode* child);
566 TreeTableNode::IndexOf(TreeTableNode* child) function in class:TreeTableNode
568 return fChildren != NULL ? fChildren->IndexOf(child) : -1;
1136 _path.AddComponent(node->Parent()->IndexOf(node));
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp236 fTypeField->Menu()->IndexOf(fTypeField->Menu()->FindMarked()),

Completed in 137 milliseconds

1234567