Symbol: BObjectList
headers/build/private/storage/MergedDirectory.h
58
typedef BObjectList<BDirectory> DirectoryList;
headers/libs/alm/ALMLayout.h
274
BObjectList<Constraint> fConstraints;
headers/libs/alm/ALMLayoutBuilder.h
89
typedef BObjectList<Area> AreaStack;
headers/libs/alm/Column.h
59
BObjectList<Area> fAreas;
headers/libs/alm/Row.h
59
BObjectList<Area> fAreas;
headers/libs/alm/Tab.h
79
typedef BObjectList<XTab> XTabList;
headers/libs/alm/Tab.h
80
typedef BObjectList<YTab> YTabList;
headers/libs/linprog/Constraint.h
94
typedef BObjectList<Constraint> ConstraintList;
headers/libs/linprog/LinearSpec.h
186
BObjectList<SpecificationListener> fListeners;
headers/libs/linprog/Summand.h
37
typedef BObjectList<Summand, true> SummandList;
headers/libs/linprog/Variable.h
80
typedef BObjectList<Variable> VariableList;
headers/os/add-ons/mail_daemon/MailProtocol.h
120
BObjectList<BMailFilter> fFilterList;
headers/os/bluetooth/DiscoveryListener.h
22
typedef BObjectList<RemoteDevice> RemoteDevicesList;
headers/os/mail/MailSettings.h
122
BObjectList<BMailAddOnSettings, true> fFiltersSettings;
headers/os/mail/MailSettings.h
210
BObjectList<BMailAccountSettings> fAccounts;
headers/os/net/NetworkAddressResolver.h
108
static BObjectList<CacheEntry> sCacheMap;
headers/os/net/NetworkInterface.h
111
BObjectList<BNetworkRoute, true>& routes) const;
headers/os/net/NetworkRoute.h
57
BObjectList<BNetworkRoute, true>& routes);
headers/os/net/NetworkRoute.h
59
BObjectList<BNetworkRoute, true>& routes);
headers/os/net/NetworkRoute.h
62
BObjectList<BNetworkRoute, true>& routes);
headers/os/package/CommitTransactionResult.h
153
typedef BObjectList<BTransactionIssue, true> IssueList;
headers/os/package/PackageInfo.h
101
const BObjectList<BPackageResolvable, true>& ProvidesList() const;
headers/os/package/PackageInfo.h
102
const BObjectList<BPackageResolvableExpression, true>&
headers/os/package/PackageInfo.h
104
const BObjectList<BPackageResolvableExpression, true>&
headers/os/package/PackageInfo.h
106
const BObjectList<BPackageResolvableExpression, true>&
headers/os/package/PackageInfo.h
108
const BObjectList<BPackageResolvableExpression, true>&
headers/os/package/PackageInfo.h
226
typedef BObjectList<BPackageResolvable, true> ResolvableList;
headers/os/package/PackageInfo.h
227
typedef BObjectList<BPackageResolvableExpression, true>
headers/os/package/PackageInfo.h
230
typedef BObjectList<BGlobalWritableFileInfo, true>
headers/os/package/PackageInfo.h
232
typedef BObjectList<BUserSettingsFileInfo, true>
headers/os/package/PackageInfo.h
235
typedef BObjectList<BUser, true> UserList;
headers/os/package/PackageInfo.h
90
const BObjectList<BGlobalWritableFileInfo, true>&
headers/os/package/PackageInfo.h
92
const BObjectList<BUserSettingsFileInfo, true>&
headers/os/package/PackageInfo.h
95
const BObjectList<BUser, true>& Users() const;
headers/os/package/solver/Solver.h
57
BObjectList<BSolverPackage>& _packages) = 0;
headers/os/package/solver/Solver.h
61
BObjectList<BSolverPackage>& _packages,
headers/os/package/solver/SolverProblem.h
67
typedef BObjectList<BSolverProblemSolution, true> SolutionList;
headers/os/package/solver/SolverProblemSolution.h
80
typedef BObjectList<Element, true> ElementList;
headers/os/package/solver/SolverRepository.h
74
typedef BObjectList<BSolverPackage, true> PackageList;
headers/os/package/solver/SolverResult.h
57
typedef BObjectList<BSolverResultElement, true> ElementList;
headers/os/support/Job.h
95
typedef BObjectList<BJob> JobList;
headers/os/support/Job.h
99
typedef BObjectList<BJobStateListener> StateListenerList;
headers/os/support/ObjectList.h
114
class BObjectList : private _PointerList_ {
headers/os/support/ObjectList.h
123
BObjectList(int32 itemsPerBlock = 20);
headers/os/support/ObjectList.h
124
BObjectList(const BObjectList& list);
headers/os/support/ObjectList.h
128
virtual ~BObjectList();
headers/os/support/ObjectList.h
130
BObjectList& operator=(const BObjectList& list);
headers/os/support/ObjectList.h
137
bool AddList(BObjectList*);
headers/os/support/ObjectList.h
138
bool AddList(BObjectList*, int32);
headers/os/support/ObjectList.h
257
WhileEachListItem(BObjectList<Item>* list, Result (Item::*func)(Param1),
headers/os/support/ObjectList.h
274
WhileEachListItem(BObjectList<Item>* list, Result (*func)(Item*, Param1),
headers/os/support/ObjectList.h
291
WhileEachListItem(BObjectList<Item>* list, Result (Item::*func)(Param1, Param2),
headers/os/support/ObjectList.h
308
WhileEachListItem(BObjectList<Item>* list,
headers/os/support/ObjectList.h
326
WhileEachListItem(BObjectList<Item>* list,
headers/os/support/ObjectList.h
344
EachListItemIgnoreResult(BObjectList<Item>* list, Result (Item::*func)())
headers/os/support/ObjectList.h
354
EachListItem(BObjectList<Item>* list, void (*func)(Item*, Param1), Param1 p1)
headers/os/support/ObjectList.h
364
EachListItem(BObjectList<Item>* list, void (Item::*func)(Param1, Param2),
headers/os/support/ObjectList.h
375
EachListItem(BObjectList<Item>* list, void (*func)(Item*,Param1, Param2),
headers/os/support/ObjectList.h
386
EachListItem(BObjectList<Item>* list,
headers/os/support/ObjectList.h
397
EachListItem(BObjectList<Item>* list,
headers/os/support/ObjectList.h
411
BObjectList<T, Owning>::BObjectList(int32 itemsPerBlock)
headers/os/support/ObjectList.h
419
BObjectList<T, O>::BObjectList(const BObjectList<T, O>& list)
headers/os/support/ObjectList.h
437
BObjectList<T, Owning>::~BObjectList()
headers/os/support/ObjectList.h
447
BObjectList<T, Owning>&
headers/os/support/ObjectList.h
448
BObjectList<T, Owning>::operator=(const BObjectList<T, Owning>& list)
headers/os/support/ObjectList.h
450
BObjectList<T, Owning> &result = (BObjectList<T, Owning>&)_PointerList_::operator=(list);
headers/os/support/ObjectList.h
467
BObjectList<T, O>::AddItem(T* item)
headers/os/support/ObjectList.h
476
BObjectList<T, O>::AddItem(T* item, int32 index)
headers/os/support/ObjectList.h
484
BObjectList<T, O>::AddList(BObjectList<T, O>* list)
headers/os/support/ObjectList.h
49
template<class T, bool Owning = false> class BObjectList;
headers/os/support/ObjectList.h
492
BObjectList<T, O>::AddList(BObjectList<T, O>* list, int32 index)
headers/os/support/ObjectList.h
500
BObjectList<T, Owning>::RemoveItem(T* item, bool deleteIfOwning)
headers/os/support/ObjectList.h
513
BObjectList<T, O>::RemoveItemAt(int32 index)
headers/os/support/ObjectList.h
521
BObjectList<T, O>::ItemAt(int32 index) const
headers/os/support/ObjectList.h
529
BObjectList<T, Owning>::ReplaceItem(int32 index, T* item)
headers/os/support/ObjectList.h
540
BObjectList<T, O>::SwapWithItem(int32 index, T* item)
headers/os/support/ObjectList.h
551
BObjectList<T, O>::MoveItem(int32 from, int32 to)
headers/os/support/ObjectList.h
559
BObjectList<T, O>::_SetItem(int32 index, T* newItem)
headers/os/support/ObjectList.h
567
BObjectList<T, O>::IndexOf(const T* item) const
headers/os/support/ObjectList.h
575
BObjectList<T, O>::FirstItem() const
headers/os/support/ObjectList.h
583
BObjectList<T, O>::LastItem() const
headers/os/support/ObjectList.h
591
BObjectList<T, O>::HasItem(const T* item) const
headers/os/support/ObjectList.h
599
BObjectList<T, O>::IsEmpty() const
headers/os/support/ObjectList.h
607
BObjectList<T, O>::CountItems() const
headers/os/support/ObjectList.h
615
BObjectList<T, Owning>::MakeEmpty(bool deleteIfOwning)
headers/os/support/ObjectList.h
628
BObjectList<T, O>::EachElement(EachFunction func, void* params)
headers/os/support/ObjectList.h
636
BObjectList<T, O>::EachElement(ConstEachFunction func, void* params) const
headers/os/support/ObjectList.h
639
const_cast<BObjectList<T, O>*>(this)->_PointerList_::EachElement(
headers/os/support/ObjectList.h
64
friend class BObjectList<T, false>;
headers/os/support/ObjectList.h
646
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate) const
headers/os/support/ObjectList.h
65
friend class BObjectList<T, true>;
headers/os/support/ObjectList.h
659
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate)
headers/os/support/ObjectList.h
672
BObjectList<T, O>::SortItems(CompareFunction function)
headers/os/support/ObjectList.h
680
BObjectList<T, O>::SortItems(CompareFunctionWithState function, void* state)
headers/os/support/ObjectList.h
688
BObjectList<T, O>::HSortItems(CompareFunction function)
headers/os/support/ObjectList.h
696
BObjectList<T, O>::HSortItems(CompareFunctionWithState function, void* state)
headers/os/support/ObjectList.h
704
BObjectList<T, O>::BinarySearch(const T& key, CompareFunction func) const
headers/os/support/ObjectList.h
712
BObjectList<T, O>::BinarySearch(const T& key, CompareFunctionWithState func,
headers/os/support/ObjectList.h
723
BObjectList<T, O>::BinarySearchByKey(const Key& key,
headers/os/support/ObjectList.h
734
BObjectList<T, O>::BinarySearchByKey(const Key &key,
headers/os/support/ObjectList.h
744
BObjectList<T, O>::BinarySearchIndex(const T& item, CompareFunction compare) const
headers/os/support/ObjectList.h
753
BObjectList<T, O>::BinarySearchIndex(const T& item,
headers/os/support/ObjectList.h
764
BObjectList<T, O>::BinarySearchIndexByKey(const Key& key,
headers/os/support/ObjectList.h
774
BObjectList<T, O>::BinaryInsert(T* item, CompareFunction func)
headers/os/support/ObjectList.h
789
BObjectList<T, O>::BinaryInsert(T* item, CompareFunctionWithState func,
headers/os/support/ObjectList.h
805
BObjectList<T, O>::BinaryInsertUnique(T* item, CompareFunction func)
headers/os/support/ObjectList.h
818
BObjectList<T, O>::BinaryInsertUnique(T* item, CompareFunctionWithState func,
headers/os/support/ObjectList.h
832
BObjectList<T, O>::BinaryInsertCopy(const T& copyThis, CompareFunction func)
headers/os/support/ObjectList.h
850
BObjectList<T, O>::BinaryInsertCopy(const T& copyThis,
headers/os/support/ObjectList.h
869
BObjectList<T, O>::BinaryInsertCopyUnique(const T& copyThis, CompareFunction func)
headers/os/support/ObjectList.h
885
BObjectList<T, O>::BinaryInsertCopyUnique(const T& copyThis,
headers/os/support/ObjectList.h
902
BObjectList<T, O>::FindBinaryInsertionIndex(const UnaryPredicate<T>& pred,
headers/os/support/ObjectList.h
920
BObjectList<T, O>::BinaryInsert(T* item, const UnaryPredicate<T>& pred)
headers/os/support/ObjectList.h
928
BObjectList<T, O>::BinaryInsertUnique(T* item, const UnaryPredicate<T>& pred)
headers/private/debug/DebugLooper.h
44
typedef BObjectList<Debugger> DebuggerList;
headers/private/debugger/debug_info/ImageDebugInfo.h
68
typedef BObjectList<SpecificImageDebugInfo> SpecificInfoList;
headers/private/debugger/debug_info/ImageDebugInfo.h
69
typedef BObjectList<FunctionInstance> FunctionList;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
45
const BObjectList<SymbolInfo, true>& symbols,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
46
BObjectList<FunctionDebugInfo>& functions)
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
96
const BObjectList<SymbolInfo, true>& symbols,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
97
BObjectList<FunctionDebugInfo>& functions,
headers/private/debugger/debug_info/TeamDebugInfo.h
100
typedef BObjectList<ImageDebugInfo> ImageList;
headers/private/debugger/debug_info/TeamDebugInfo.h
99
typedef BObjectList<SpecificTeamDebugInfo, true> SpecificInfoList;
headers/private/debugger/debug_managers/ValueNodeManager.h
42
typedef BObjectList<ValueNodeContainer::Listener> ListenerList;
headers/private/debugger/elf/ElfFile.h
167
typedef BObjectList<ElfSection, true> SectionList;
headers/private/debugger/elf/ElfFile.h
168
typedef BObjectList<ElfSegment, true> SegmentList;
headers/private/debugger/files/LocatableFile.h
35
typedef BObjectList<Listener> ListenerList;
headers/private/debugger/model/Breakpoint.h
57
typedef BObjectList<BreakpointClient> ClientList;
headers/private/debugger/model/DisassembledCode.h
55
typedef BObjectList<Line, true> LineList;
headers/private/debugger/model/DisassembledCode.h
56
typedef BObjectList<ContiguousStatement> StatementList;
headers/private/debugger/model/ReturnValueInfo.h
36
typedef BObjectList<ReturnValueInfo> ReturnValueInfoList;
headers/private/debugger/model/StackFrame.h
90
typedef BObjectList<Variable> VariableList;
headers/private/debugger/model/StackTrace.h
25
typedef BObjectList<StackFrame> StackFrameList;
headers/private/debugger/model/TargetHost.h
44
typedef BObjectList<TeamInfo> TeamInfoList;
headers/private/debugger/model/Team.h
182
BObjectList<UserBreakpoint>& breakpoints)
headers/private/debugger/model/Team.h
186
BObjectList<UserBreakpoint>& breakpoints)
headers/private/debugger/model/Team.h
206
BObjectList<Watchpoint>& watchpoints)
headers/private/debugger/model/Team.h
282
typedef BObjectList<Breakpoint> BreakpointList;
headers/private/debugger/model/TypeComponentPath.h
141
typedef BObjectList<TypeComponent, true> ComponentList;
headers/private/debugger/model/UserBreakpoint.h
116
typedef BObjectList<UserBreakpointInstance> InstanceList;
headers/private/debugger/model/Watchpoint.h
53
typedef BObjectList<Watchpoint> WatchpointList;
headers/private/debugger/settings/TeamSettings.h
59
typedef BObjectList<BreakpointSetting> BreakpointList;
headers/private/debugger/settings/TeamSettings.h
60
typedef BObjectList<TeamUiSettings> UiSettingsList;
headers/private/debugger/settings/generic/Setting.h
179
typedef BObjectList<SettingsOption> OptionList;
headers/private/debugger/settings/generic/Settings.h
56
typedef BObjectList<Listener> ListenerList;
headers/private/debugger/settings/generic/SettingsDescription.h
28
typedef BObjectList<Setting> SettingsList;
headers/private/debugger/target_host_interface/TargetHostInterface.h
89
typedef BObjectList<TeamDebugger> TeamDebuggerList;
headers/private/debugger/target_host_interface/TargetHostInterfaceRoster.h
57
typedef BObjectList<TargetHostInterfaceInfo> InfoList;
headers/private/debugger/target_host_interface/TargetHostInterfaceRoster.h
58
typedef BObjectList<TargetHostInterface> InterfaceList;
headers/private/debugger/util/RangeList.h
33
class RangeList : private BObjectList<Range, true>
headers/private/debugger/util/Worker.h
123
typedef BObjectList<JobListener> ListenerList;
headers/private/debugger/value/TypeHandlerRoster.h
20
typedef BObjectList<TypeHandler> TypeHandlerList;
headers/private/debugger/value/ValueNodeContainer.h
51
typedef BObjectList<ValueNodeChild> NodeChildList;
headers/private/debugger/value/ValueNodeContainer.h
52
typedef BObjectList<Listener> ListenerList;
headers/private/debugger/value/value_nodes/ArrayValueNode.h
52
typedef BObjectList<AbstractArrayValueNodeChild> ChildList;
headers/private/debugger/value/value_nodes/BListValueNode.h
55
typedef BObjectList<ValueNodeChild> ChildNodeList;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
61
typedef BObjectList<ValueNodeChild> ChildNodeList;
headers/private/debugger/value/value_nodes/CompoundValueNode.h
46
typedef BObjectList<Child> ChildList;
headers/private/index_server/IndexServerAddOn.h
107
typedef BObjectList<FileAnalyser> FileAnalyserList;
headers/private/interface/DecorInfo.h
128
BObjectList<DecorInfo> fList;
headers/private/interface/Icon.h
46
typedef BObjectList<BBitmap, true> BitmapList;
headers/private/interface/PrivateScreen.h
89
friend class BObjectList<BPrivateScreen, true>;
headers/private/media/experimental/MediaClient.h
169
BObjectList<InputReleaser> fInputs;
headers/private/media/experimental/MediaClient.h
170
BObjectList<OutputReleaser> fOutputs;
headers/private/netservices/NetworkCookieJar.h
24
class BNetworkCookieList: public BObjectList<const BNetworkCookie> {
headers/private/netservices/UrlContext.h
49
typedef BObjectList<const BCertificate, true> BCertificateSet;
headers/private/package/hpkg/WriterImplBase.h
120
const BObjectList<BPackageResolvableExpression, true>& list,
headers/private/package/hpkg/WriterImplBase.h
136
const BObjectList<
headers/private/package/manager/PackageManager.h
217
typedef BObjectList<BSolverPackage> PackageList;
headers/private/package/manager/PackageManager.h
248
BObjectList<BSolverPackage, true> fDisabledPackages;
headers/private/package/manager/PackageManager.h
56
typedef BObjectList<RemoteRepository, true> RemoteRepositoryList;
headers/private/package/manager/PackageManager.h
57
typedef BObjectList<InstalledRepository> InstalledRepositoryList;
headers/private/package/manager/PackageManager.h
58
typedef BObjectList<BSolverPackage> PackageList;
headers/private/package/manager/PackageManager.h
59
typedef BObjectList<Transaction, true> TransactionList;
headers/private/print/Jobs.h
105
BObjectList<Job> fJobs;
headers/private/shared/MessageBuilder.h
47
BObjectList<BMessage> fStack;
headers/private/shared/MessageBuilder.h
48
BObjectList<BString, true> fNameStack;
headers/private/shared/TextTable.h
36
typedef BObjectList<Column, true> ColumnList;
headers/private/shared/TextTable.h
37
typedef BObjectList<BStringList, true> RowList;
headers/private/shared/Thread.h
84
static void Launch(BObjectList<FunctionObject, true>*, bool async = true,
headers/private/shared/Thread.h
88
ThreadSequence(BObjectList<FunctionObject, true>*, int32 priority);
headers/private/shared/Thread.h
92
static void Run(BObjectList<FunctionObject, true>* list);
headers/private/shared/Thread.h
94
BObjectList<FunctionObject, true>* fFunctorList;
headers/private/storage/DiskDeviceList.h
88
BObjectList<BDiskDevice, true> fDevices;
headers/private/storage/MergedDirectory.h
58
typedef BObjectList<BDirectory, true> DirectoryList;
headers/private/storage/Partition.h
109
bool CanMove(BObjectList<BPartition, false>*
headers/private/storage/Partition.h
111
BObjectList<BPartition, false>*
headers/private/storage/Partition.h
22
template <class T, bool O> class BObjectList;
headers/private/support/ObjectListPrivate.h
13
class BObjectList<T, O>::Private {
headers/private/support/ObjectListPrivate.h
15
Private(BObjectList<T, O>* objectList)
headers/private/support/ObjectListPrivate.h
34
BObjectList<T>* fObjectList;
headers/private/tracker/NavMenu.h
143
BObjectList<BMenuItem, false>* fItemList;
headers/private/tracker/NavMenu.h
49
template<class T, bool O> class BObjectList;
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h
101
BObjectList<KeyboardDevice, true> fDevices;
src/add-ons/input_server/devices/mouse/MouseInputDevice.h
47
BObjectList<MouseDevice, true> fDevices;
src/add-ons/input_server/devices/tablet/TabletInputDevice.h
48
BObjectList<TabletDevice, true> fDevices;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp
39
status_t AddFolders(BObjectList<IMAPFolder>& folders)
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp
436
BObjectList<IMAPFolder> fFolders;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.h
22
typedef BObjectList<WorkerCommand> WorkerCommandList;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.h
72
BObjectList<IMAPConnectionWorker> fWorkers;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.h
37
typedef BObjectList<Handler> HandlerList;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.cpp
196
BObjectList<Argument, true>(5)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.h
38
class ArgumentList : public BObjectList<Argument, true> {
src/add-ons/media/media-add-ons/firewire_dv/FireWireDVAddOn.h
46
BObjectList<device_info> fDeviceList;
src/add-ons/screen_savers/gravity/Particle.cpp
21
BObjectList<Particle>* Particle::list;
src/add-ons/screen_savers/gravity/Particle.cpp
27
list = new BObjectList<Particle>(2048);
src/add-ons/screen_savers/gravity/Particle.h
21
static BObjectList<Particle>* list;
src/add-ons/screen_savers/icons/IconsSaver.h
40
BObjectList<vector_icon> fVectorIcons;
src/add-ons/screen_savers/message/Message.cpp
97
BObjectList<font_family_wrapper> fFontFamilies;
src/add-ons/tracker/label_as/LabelAs.cpp
83
BObjectList<BMenuItem> items;
src/apps/aboutsystem/HyperTextView.cpp
101
: public BObjectList<HyperTextView::ActionInfo, true> {
src/apps/aboutsystem/HyperTextView.cpp
104
: BObjectList<HyperTextView::ActionInfo, true>(itemsPerBlock)
src/apps/activitymonitor/ActivityView.cpp
42
ListAddDeleter(BObjectList<ObjectType>& list, ObjectType* object,
src/apps/activitymonitor/ActivityView.cpp
73
BObjectList<ObjectType>& fList;
src/apps/activitymonitor/ActivityView.h
134
BObjectList<DataSource> fSources;
src/apps/activitymonitor/ActivityView.h
135
BObjectList<DataHistory> fValues;
src/apps/activitymonitor/ActivityView.h
136
BObjectList<ViewHistory> fViewValues;
src/apps/bootmanager/BootMenu.h
55
typedef BObjectList<BootMenu> BootMenuList;
src/apps/charactermap/UnicodeBlockView.h
53
BObjectList<BlockListItem, true> fBlocks;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
220
BObjectList<ObjectNode> objectNodes;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
285
NodeContainerNode(BObjectList<Node>& nodes)
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
345
BObjectList<Node, true> fChildren;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
358
BObjectList<Node, true> tempChildren;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
359
BObjectList<Node, true>& children
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
381
BObjectList<Node> nameGroup;
src/apps/debuganalyzer/gui/HeaderView.h
102
typedef BObjectList<HeaderListener> ListenerList;
src/apps/debuganalyzer/gui/HeaderView.h
152
typedef BObjectList<Header> HeaderList;
src/apps/debuganalyzer/gui/HeaderView.h
153
typedef BObjectList<HeaderModelListener> ListenerList;
src/apps/debuganalyzer/gui/HeaderView.h
190
typedef BObjectList<HeaderEntry, true> HeaderEntryList;
src/apps/debuganalyzer/gui/HeaderView.h
191
typedef BObjectList<HeaderViewListener> ListenerList;
src/apps/debuganalyzer/gui/ListSelectionModel.h
47
typedef BObjectList<Listener> ListenerList;
src/apps/debuganalyzer/gui/chart/Chart.h
75
typedef BObjectList<ChartDataSource> DataSourceList;
src/apps/debuganalyzer/gui/chart/LegendChartAxis.h
33
typedef BObjectList<LegendInfo, true> LegendList;
src/apps/debuganalyzer/gui/chart/LineChartRenderer.h
42
typedef BObjectList<DataSourceInfo> DataSourceList;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1144
BObjectList<Model::IOOperation> operations;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1180
nanotime_t endTime, BObjectList<Model::IOOperation>& operations)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1256
BObjectList<Model::IORequest>& ioRequests)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
812
BObjectList<Model::IORequest> ioRequests;
src/apps/debuganalyzer/gui/table/AbstractTable.h
52
typedef BObjectList<AbstractColumn> ColumnList;
src/apps/debuganalyzer/gui/table/Table.h
169
typedef BObjectList<TableListener> ListenerList;
src/apps/debuganalyzer/gui/table/Table.h
170
typedef BObjectList<BRow> RowList;
src/apps/debuganalyzer/gui/table/Table.h
49
typedef BObjectList<TableModelListener> ListenerList;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
461
typedef BObjectList<TreeTableNode, true> NodeList;
src/apps/debuganalyzer/gui/table/TreeTable.h
232
typedef BObjectList<TreeTableListener> ListenerList;
src/apps/debuganalyzer/gui/table/TreeTable.h
88
typedef BObjectList<TreeTableModelListener> ListenerList;
src/apps/debuganalyzer/model/Model.cpp
253
BObjectList<ThreadWaitObject>& objects)
src/apps/debuganalyzer/model/Model.h
138
typedef BObjectList<CPU, true> CPUList;
src/apps/debuganalyzer/model/Model.h
139
typedef BObjectList<Team, true> TeamList;
src/apps/debuganalyzer/model/Model.h
140
typedef BObjectList<Thread, true> ThreadList;
src/apps/debuganalyzer/model/Model.h
141
typedef BObjectList<WaitObjectGroup, true> WaitObjectGroupList;
src/apps/debuganalyzer/model/Model.h
142
typedef BObjectList<IOScheduler, true> IOSchedulerList;
src/apps/debuganalyzer/model/Model.h
143
typedef BObjectList<CompactSchedulingState> SchedulingStateList;
src/apps/debuganalyzer/model/Model.h
329
typedef BObjectList<WaitObject> WaitObjectList;
src/apps/debuganalyzer/model/Model.h
382
BObjectList<ThreadWaitObject>& objects);
src/apps/debuganalyzer/model/Model.h
420
typedef BObjectList<Thread> ThreadList;
src/apps/debuganalyzer/model/Model.h
508
typedef BObjectList<ThreadWaitObjectGroup, true>
src/apps/debuganalyzer/model/Model.h
636
friend class BObjectList<CompactSchedulingState>;
src/apps/debuganalyzer/model/ThreadModel.cpp
55
const BObjectList<Model::ThreadWaitObject>& waitObjects, int32 start,
src/apps/debuganalyzer/model/ThreadModel.h
28
const BObjectList<Model::ThreadWaitObject>&
src/apps/debuganalyzer/model/ThreadModel.h
43
typedef BObjectList<WaitObjectGroup, true> WaitObjectGroupList;
src/apps/debuganalyzer/model/ThreadModel.h
44
typedef BObjectList<const system_profiler_event_header> EventList;
src/apps/debuganalyzer/model_loader/ThreadModelLoader.cpp
101
BObjectList<Model::ThreadWaitObject> waitObjects;
src/apps/debugger/settings/DebuggerSettingsManager.h
32
typedef BObjectList<TeamSettings, true> TeamSettingsList;
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
58
typedef BObjectList<CommandEntry, true> CommandList;
src/apps/debugger/user_interface/gui/GraphicalUserInterface.h
65
BObjectList<DefaultAction, true> fDefaultActions;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.h
41
typedef BObjectList<ConnectionConfigHandler, true> HandlerList;
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
171
typedef BObjectList<SignalDispositionInfo> DispositionList;
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.h
42
typedef BObjectList<BreakpointProxy> BreakpointProxyList;
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.h
37
typedef BObjectList<OutputInfo, true> OutputInfoList;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
180
typedef BObjectList<SourcePathComponentNode> ChildPathComponentList;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
624
typedef BObjectList<SourcePathComponentNode> ChildPathComponentList;
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
142
BObjectList<Image> fImages;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
157
typedef BObjectList<Marker> MarkerList;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
158
typedef BObjectList<BreakpointMarker> BreakpointMarkerList;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
193
BObjectList<Marker, true> fIPMarkers;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
194
BObjectList<BreakpointMarker, true> fBreakpointMarkers;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
756
BObjectList<UserBreakpoint> breakpoints;
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
199
BObjectList<Thread> fThreads;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
539
typedef BObjectList<ModelNode> ChildList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
744
typedef BObjectList<ModelNode> NodeList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
86
typedef BObjectList<ActionMenuItem> ContextActionList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
87
typedef BObjectList<ExpressionInfo> ExpressionInfoList;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
88
typedef BObjectList<ValueNodeChild> ExpressionChildList;
src/apps/debugger/user_interface/gui/util/SettingsMenu.h
85
typedef BObjectList<SettingMenuItem> MenuItemList;
src/apps/debugger/user_interface/gui/value/ValueHandlerRoster.h
19
typedef BObjectList<ValueHandler> ValueHandlerList;
src/apps/diskprobe/DataEditor.cpp
694
BObjectList<off_t> list;
src/apps/diskprobe/DataEditor.h
116
BObjectList<BMessenger> fObservers;
src/apps/diskprobe/DataEditor.h
128
BObjectList<DataChange> fChanges;
src/apps/haikudepot/model/ValidationFailure.h
64
BObjectList<ValidationFailure, true>
src/apps/haikudepot/packagemanagement/PackageManager.cpp
468
BObjectList<BSolverPackage> packages;
src/apps/haikudepot/packagemanagement/PackageProgressListener.h
46
typedef BObjectList<PackageProgressListener> PackageProgressListenerList;
src/apps/haikudepot/process/AbstractProcessNode.h
62
BObjectList<AbstractProcessNode>
src/apps/haikudepot/process/AbstractProcessNode.h
64
BObjectList<AbstractProcessNode>
src/apps/haikudepot/process/ProcessCoordinator.h
133
BObjectList<AbstractProcessNode>
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
328
BObjectList<BSolverPackage> packages;
src/apps/mail/AddressTextControl.cpp
177
BObjectList<BAutoCompleter::Choice, true> fChoices;
src/apps/mail/MailSupport.cpp
176
BObjectList<BMenuItem> items;
src/apps/mail/MailWindow.cpp
161
BObjectList<TMailWindow::BitmapItem> TMailWindow::sBitmapCache;
src/apps/mail/MailWindow.h
187
static BObjectList<BitmapItem> sBitmapCache;
src/apps/mail/People.h
64
BObjectList<Person, true> fPersons;
src/apps/mail/QueryList.h
72
BObjectList<QueryListener, true> fListeners;
src/apps/mediaplayer/playlist/PlaylistWindow.h
73
BObjectList<bigtime_t, true>
src/apps/musiccollection/MusicCollectionWindow.cpp
159
_AddSuperItem(const char* name, BObjectList<ListItem>& list,
src/apps/musiccollection/MusicCollectionWindow.cpp
177
_FindStringItem(BObjectList<ListItem>& list, const char* text,
src/apps/musiccollection/MusicCollectionWindow.cpp
194
BObjectList<ListItem> fArtistList;
src/apps/musiccollection/MusicCollectionWindow.cpp
195
BObjectList<ListItem> fAlbumList;
src/apps/musiccollection/QueryMonitor.h
29
typedef BObjectList<BQuery> BQueryList;
src/apps/pairs/PairsView.cpp
106
BObjectList<BBitmap>* bitmapsList;
src/apps/pairs/PairsView.cpp
49
fPairsButtonList(new BObjectList<PairsButton>(fButtonsCount)),
src/apps/pairs/PairsView.cpp
50
fSmallBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
src/apps/pairs/PairsView.cpp
51
fMediumBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
src/apps/pairs/PairsView.cpp
52
fLargeBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
src/apps/pairs/PairsView.h
46
BObjectList<PairsButton>* PairsButtonList() const
src/apps/pairs/PairsView.h
67
BObjectList<PairsButton>* fPairsButtonList;
src/apps/pairs/PairsView.h
68
BObjectList<BBitmap>* fSmallBitmapsList;
src/apps/pairs/PairsView.h
69
BObjectList<BBitmap>* fMediumBitmapsList;
src/apps/pairs/PairsView.h
70
BObjectList<BBitmap>* fLargeBitmapsList;
src/apps/pairs/PairsWindow.cpp
240
BObjectList<PairsButton>* pairsButtonList
src/apps/pairs/PairsWindow.cpp
280
BObjectList<PairsButton>* pairsButtonList
src/apps/people/PeopleApp.h
63
BObjectList<Attribute, true> fAttributes;
src/apps/people/PersonView.h
68
typedef BObjectList<AttributeTextControl> AttributeList;
src/apps/powerstatus/ACPIDriverInterface.h
82
BObjectList<Battery> fDriverList;
src/apps/powerstatus/DriverInterface.h
20
typedef BObjectList<BHandler> WatcherList;
src/apps/powerstatus/ExtendedInfoWindow.h
107
BObjectList<ExtPowerStatusView> fBatteryViewList;
src/apps/powerstatus/ExtendedInfoWindow.h
40
BObjectList<BStringView> fStringList;
src/apps/remotedesktop/RemoteView.h
84
BObjectList<engine_state> fStates;
src/apps/showimage/ImageFileNavigator.cpp
94
BObjectList<entry_ref> fEntries;
src/apps/sudoku/SudokuView.cpp
1307
SudokuView::_UndoRedo(BObjectList<BMessage>& undos,
src/apps/sudoku/SudokuView.cpp
1308
BObjectList<BMessage>& redos)
src/apps/sudoku/SudokuView.h
123
void _UndoRedo(BObjectList<BMessage>& undos,
src/apps/sudoku/SudokuView.h
124
BObjectList<BMessage>& redos);
src/apps/sudoku/SudokuView.h
135
BObjectList<BMessage> fUndos;
src/apps/sudoku/SudokuView.h
136
BObjectList<BMessage> fRedos;
src/apps/switcher/WindowsView.cpp
137
BObjectList<client_window_info> fWindows;
src/apps/terminal/Colors.cpp
31
BObjectList<const color_scheme, true>* gColorSchemes = NULL;
src/apps/terminal/Colors.h
59
extern BObjectList<const color_scheme, true> *gColorSchemes;
src/apps/terminal/PrefHandler.cpp
273
gColorSchemes = new BObjectList<const color_scheme, true>(10);
src/apps/terminal/TermView.h
182
typedef BObjectList<Highlight> HighlightList;
src/apps/terminal/TerminalRoster.h
79
typedef BObjectList<Info, true> InfoList;
src/bin/cddb_lookup/cddb_server.h
43
BObjectList<TrackData, true> tracks;
src/bin/cddb_lookup/cddb_server.h
53
typedef BObjectList<QueryResponseData, true> QueryResponseList;
src/bin/debug/profile/SharedImage.cpp
134
BObjectList<Symbol, true> symbols(512);
src/bin/debug/profile/Team.h
42
inline const BObjectList<Image>& Images() const;
src/bin/debug/profile/Team.h
61
BObjectList<Image> fImages;
src/bin/debug/profile/Team.h
68
const BObjectList<Image>&
src/bin/debug/profile/profile.cpp
362
const BObjectList<Image>& kernelImages = fKernelTeam->Images();
src/bin/debug/profile/profile.cpp
494
BObjectList<Team> fTeams;
src/bin/debug/profile/profile.cpp
495
BObjectList<Thread, true> fThreads;
src/bin/eject.cpp
55
inline BObjectList<RemovableDevice>& RemovableDevices() { return fRemovableDevices; }
src/bin/eject.cpp
58
BObjectList<RemovableDevice> fRemovableDevices;
src/bin/package_repo/command_update.cpp
337
BObjectList<BString, true> packageNames(100);
src/bin/package_repo/command_update.cpp
64
BObjectList<BString, true>* packageFileNames)
src/bin/pkgman/Command.h
49
typedef BObjectList<Command, true> CommandList;
src/bin/pkgman/command_info.cpp
120
BObjectList<BSolverPackage> packages;
src/bin/pkgman/command_info.cpp
157
BObjectList<BPackageResolvable, true> providesList = package->Info().ProvidesList();
src/bin/pkgman/command_info.cpp
167
BObjectList<BPackageResolvableExpression, true> requiresList
src/bin/pkgman/command_install.cpp
128
BObjectList<BSolverPackage> installedPackages;
src/bin/pkgman/command_resolve_dependencies.cpp
177
BObjectList<BSolverRepository, true> repositories(10);
src/bin/pkgman/command_search.cpp
146
BObjectList<BSolverPackage>& packages)
src/bin/pkgman/command_search.cpp
157
BObjectList<BPackageResolvableExpression, true> requiresList
src/bin/pkgman/command_search.cpp
164
BObjectList<BSolverPackage> requiredPackages;
src/bin/pkgman/command_search.cpp
175
BObjectList<BPackageResolvableExpression, true> requiresList
src/bin/pkgman/command_search.cpp
315
BObjectList<BSolverPackage> packages;
src/bin/query/FilteredQuery.h
41
BObjectList<filter_pair> fFilters;
src/build/libbe/interface/Bitmap.cpp
40
static BObjectList<BBitmap> sBitmapList;
src/kits/app/Application.cpp
64
BObjectList<BLooper> sOnQuitLooperList;
src/kits/app/Key.cpp
15
CompareLists(BObjectList<BString> a, BObjectList<BString> b)
src/kits/debugger/controllers/DebugReportGenerator.cpp
327
BObjectList<Image> images;
src/kits/debugger/controllers/DebugReportGenerator.cpp
370
BObjectList<AreaInfo, true> areas(20);
src/kits/debugger/controllers/DebugReportGenerator.cpp
416
BObjectList<SemaphoreInfo, true> semaphores(20);
src/kits/debugger/controllers/DebugReportGenerator.cpp
455
BObjectList< ::Thread> threads;
src/kits/debugger/controllers/TeamDebugger.cpp
1925
BObjectList<UserBreakpoint> breakpointsToRemove(20);
src/kits/debugger/controllers/TeamDebugger.cpp
473
BObjectList<ThreadInfo, true> threadInfos(20);
src/kits/debugger/controllers/TeamDebugger.cpp
497
BObjectList<ImageInfo, true> imageInfos(20);
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
46
DebuggerImageDebugInfo::GetFunctions(const BObjectList<SymbolInfo, true>& symbols,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
47
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
30
const BObjectList<SymbolInfo, true>& symbols,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
31
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1332
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1374
CompilationUnit* unit, BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
404
DwarfImageDebugInfo::GetFunctions(const BObjectList<SymbolInfo, true>& symbols,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
405
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
108
typedef BObjectList<TypeEntryInfo, true> TypeEntryList;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
138
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
141
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
59
const BObjectList<SymbolInfo, true>& symbols,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
60
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfTypes.h
323
typedef BObjectList<DwarfDataMember> DataMemberList;
src/kits/debugger/debug_info/DwarfTypes.h
324
typedef BObjectList<DwarfInheritance> InheritanceList;
src/kits/debugger/debug_info/DwarfTypes.h
325
typedef BObjectList<DwarfTemplateParameter> TemplateParameterList;
src/kits/debugger/debug_info/DwarfTypes.h
371
typedef BObjectList<DwarfArrayDimension> DimensionList;
src/kits/debugger/debug_info/DwarfTypes.h
468
typedef BObjectList<DwarfEnumeratorValue> ValueList;
src/kits/debugger/debug_info/DwarfTypes.h
550
typedef BObjectList<DwarfFunctionParameter> ParameterList;
src/kits/debugger/debug_info/ImageDebugInfo.cpp
49
BObjectList<SymbolInfo, true> symbols(50);
src/kits/debugger/debug_info/ImageDebugInfo.cpp
60
BObjectList<FunctionDebugInfo> functions;
src/kits/debugger/debug_info/ImageDebugLoadingStateHandlerRoster.h
17
typedef BObjectList<ImageDebugLoadingStateHandler> LoadingStateHandlerList;
src/kits/debugger/debug_info/SpecificImageDebugInfo.cpp
23
const BObjectList<SymbolInfo, true>& symbols,
src/kits/debugger/debug_info/SpecificImageDebugInfo.cpp
24
BObjectList<FunctionDebugInfo>& functions, DebuggerInterface* interface,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
187
typedef BObjectList<Function> FunctionList;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
702
BObjectList<SourceFileEntry> sourceFileEntries;
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.cpp
163
BObjectList<BSolverPackage> packages;
src/kits/debugger/debug_managers/BreakpointManager.cpp
337
BObjectList<Breakpoint> breakpointsToUpdate;
src/kits/debugger/debug_managers/BreakpointManager.cpp
377
BObjectList<UserBreakpointInstance> newInstances;
src/kits/debugger/debugger_interface/DebuggerInterface.cpp
109
int64 textDelta, BObjectList<SymbolInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.cpp
134
BObjectList<SymbolInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.cpp
84
BObjectList<SymbolInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.h
107
BObjectList<SymbolInfo, true>& infos);
src/kits/debugger/debugger_interface/DebuggerInterface.h
114
BObjectList<SymbolInfo, true>& infos);
src/kits/debugger/debugger_interface/DebuggerInterface.h
116
BObjectList<SymbolInfo, true>& infos);
src/kits/debugger/debugger_interface/DebuggerInterface.h
67
virtual status_t GetThreadInfos(BObjectList<ThreadInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.h
69
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.h
71
virtual status_t GetAreaInfos(BObjectList<AreaInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.h
74
BObjectList<SemaphoreInfo, true>& infos)
src/kits/debugger/debugger_interface/DebuggerInterface.h
78
BObjectList<SymbolInfo, true>& infos) = 0;
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
182
CoreFileDebuggerInterface::GetThreadInfos(BObjectList<ThreadInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
201
CoreFileDebuggerInterface::GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
222
CoreFileDebuggerInterface::GetAreaInfos(BObjectList<AreaInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
229
CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
237
BObjectList<SymbolInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
52
virtual status_t GetThreadInfos(BObjectList<ThreadInfo, true>& infos);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
53
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
54
virtual status_t GetAreaInfos(BObjectList<AreaInfo, true>& infos);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
56
BObjectList<SemaphoreInfo, true>& infos);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
58
BObjectList<SymbolInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
529
LocalDebuggerInterface::GetThreadInfos(BObjectList<ThreadInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
547
LocalDebuggerInterface::GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
567
LocalDebuggerInterface::GetAreaInfos(BObjectList<AreaInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
587
LocalDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
607
BObjectList<SymbolInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
43
virtual status_t GetThreadInfos(BObjectList<ThreadInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
44
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
45
virtual status_t GetAreaInfos(BObjectList<AreaInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
47
BObjectList<SemaphoreInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
49
BObjectList<SymbolInfo, true>& infos);
src/kits/debugger/dwarf/CfaContext.h
56
typedef BObjectList<CfaRuleSet, true> RuleSetList;
src/kits/debugger/dwarf/CompilationUnit.h
59
typedef BObjectList<BString, true> DirectoryList;
src/kits/debugger/dwarf/CompilationUnit.h
60
typedef BObjectList<File, true> FileList;
src/kits/debugger/dwarf/DwarfFile.h
116
typedef BObjectList<CompilationUnit, true> CompilationUnitList;
src/kits/debugger/dwarf/DwarfFile.h
118
typedef BObjectList<FDELookupInfo, true> FDEInfoList;
src/kits/debugger/elf/CoreFile.h
204
typedef BObjectList<CoreFileAreaInfo, true> AreaInfoList;
src/kits/debugger/elf/CoreFile.h
205
typedef BObjectList<CoreFileImageInfo, true> ImageInfoList;
src/kits/debugger/elf/CoreFile.h
206
typedef BObjectList<CoreFileThreadInfo, true> ThreadInfoList;
src/kits/debugger/elf/ElfFile.cpp
173
BObjectList<Segment, true> fSegments;
src/kits/debugger/model/Team.cpp
444
BObjectList<UserBreakpoint>& breakpoints) const
src/kits/debugger/model/Team.cpp
465
BObjectList<UserBreakpoint>& breakpoints) const
src/kits/debugger/model/Team.cpp
558
BObjectList<Watchpoint>& watchpoints) const
src/kits/debugger/source_language/c_family/CLanguageFamilySyntaxHighlightInfo.cpp
160
typedef BObjectList<SyntaxPair, true> SyntaxPairList;
src/kits/debugger/source_language/c_family/CLanguageFamilySyntaxHighlightInfo.h
37
typedef BObjectList<LineInfo, true> LineInfoList;
src/kits/debugger/util/RangeList.cpp
14
BObjectList<Range, true>(20)
src/kits/interface/Bitmap.cpp
47
static BObjectList<BBitmap> sBitmapList;
src/kits/interface/ColumnListView.cpp
172
class BRowContainer : public BObjectList<BRow>
src/kits/interface/ColumnListView.cpp
5141
= (BRow**) BObjectList<BRow>::Private(list).AsBList()->Items();
src/kits/interface/Font.cpp
60
BObjectList<style> styles;
src/kits/interface/Font.cpp
91
BObjectList<family> fFamilies;
src/kits/interface/Picture.cpp
35
static BObjectList<BPicture> sPictureList;
src/kits/interface/PrivateScreen.cpp
44
BObjectList<BPrivateScreen, true> list;
src/kits/interface/View.cpp
401
BObjectList<BLayoutItem> fLayoutItems;
src/kits/interface/layouter/CollapsingLayouter.cpp
88
BObjectList<Constraint, true> constraints;
src/kits/media/FormatManager.h
40
BObjectList<meta_format> fList;
src/kits/media/MediaFormats.cpp
28
static BObjectList<meta_format> sFormats;
src/kits/network/libnetapi/NetworkAddressResolver.cpp
344
BObjectList<BNetworkAddressResolver::CacheEntry>
src/kits/network/libnetapi/NetworkDevice.cpp
445
BObjectList<wireless_network> networksList(true);
src/kits/network/libnetapi/NetworkInterface.cpp
543
BObjectList<BNetworkRoute, true>& routes) const
src/kits/network/libnetapi/NetworkRoute.cpp
209
BObjectList<BNetworkRoute, true> routes(1);
src/kits/network/libnetapi/NetworkRoute.cpp
241
BNetworkRoute::GetRoutes(int family, BObjectList<BNetworkRoute, true>& routes)
src/kits/network/libnetapi/NetworkRoute.cpp
249
BObjectList<BNetworkRoute, true>& routes)
src/kits/network/libnetapi/NetworkRoute.cpp
257
uint32 filterFlags, BObjectList<BNetworkRoute, true>& routes)
src/kits/package/PackageInfo.cpp
527
const BObjectList<BGlobalWritableFileInfo, true>&
src/kits/package/PackageInfo.cpp
534
const BObjectList<BUserSettingsFileInfo, true>&
src/kits/package/PackageInfo.cpp
541
const BObjectList<BUser, true>&
src/kits/package/PackageInfo.cpp
569
const BObjectList<BPackageResolvable, true>&
src/kits/package/PackageInfo.cpp
576
const BObjectList<BPackageResolvableExpression, true>&
src/kits/package/PackageInfo.cpp
583
const BObjectList<BPackageResolvableExpression, true>&
src/kits/package/PackageInfo.cpp
590
const BObjectList<BPackageResolvableExpression, true>&
src/kits/package/PackageInfo.cpp
597
const BObjectList<BPackageResolvableExpression, true>&
src/kits/package/PackageInfoParser.cpp
667
BObjectList<BPackageResolvable, true>* value)
src/kits/package/PackageInfoParser.cpp
671
BObjectList<BPackageResolvable, true>* value;
src/kits/package/PackageInfoParser.cpp
674
BObjectList<BPackageResolvable, true>* value_)
src/kits/package/PackageInfoParser.cpp
695
BObjectList<BPackageResolvableExpression, true>* value, BString* _basePackage)
src/kits/package/PackageInfoParser.cpp
699
BObjectList<BPackageResolvableExpression, true>* value;
src/kits/package/PackageInfoParser.cpp
703
BObjectList<BPackageResolvableExpression, true>* value,
src/kits/package/PackageInfoParser.h
89
BObjectList<BPackageResolvable, true>* value);
src/kits/package/PackageInfoParser.h
91
BObjectList<BPackageResolvableExpression, true>*
src/kits/package/PackageInfoStringBuilder.h
127
void _WriteValue(const BObjectList<Value, true>& value)
src/kits/package/PathFinder.cpp
40
BObjectList<BSolverPackage> packages;
src/kits/package/hpkg/WriterImplBase.cpp
436
const BObjectList<BPackageResolvable, true>& providesList
src/kits/package/hpkg/WriterImplBase.cpp
479
const BObjectList<BGlobalWritableFileInfo, true>& globalWritableFileInfos
src/kits/package/hpkg/WriterImplBase.cpp
507
const BObjectList<BUserSettingsFileInfo, true>& userSettingsFileInfos
src/kits/package/hpkg/WriterImplBase.cpp
530
const BObjectList<BUser, true>& users = packageInfo.Users();
src/kits/package/hpkg/WriterImplBase.cpp
606
const BObjectList<BPackageResolvableExpression, true>& expressionList, uint8 id)
src/kits/package/solver/libsolv/LibsolvSolver.cpp
1287
BObjectList<BSolverPackage>& _packages)
src/kits/package/solver/libsolv/LibsolvSolver.cpp
244
BObjectList<BSolverPackage>& _packages)
src/kits/package/solver/libsolv/LibsolvSolver.cpp
310
uint32 flags, BObjectList<BSolverPackage>& _packages,
src/kits/package/solver/libsolv/LibsolvSolver.h
123
BObjectList<BSolverPackage>& _packages);
src/kits/package/solver/libsolv/LibsolvSolver.h
41
BObjectList<BSolverPackage>& _packages);
src/kits/package/solver/libsolv/LibsolvSolver.h
45
BObjectList<BSolverPackage>& _packages,
src/kits/package/solver/libsolv/LibsolvSolver.h
82
typedef BObjectList<RepositoryInfo, true> RepositoryInfoList;
src/kits/package/solver/libsolv/LibsolvSolver.h
83
typedef BObjectList<Problem, true> ProblemList;
src/kits/shared/BarberPole.cpp
129
BObjectList<BMessenger, true> fMessengers;
src/kits/shared/Thread.cpp
106
ThreadSequence::Launch(BObjectList<FunctionObject, true>* list, bool async,
src/kits/shared/Thread.cpp
117
ThreadSequence::ThreadSequence(BObjectList<FunctionObject, true>* list,
src/kits/shared/Thread.cpp
133
ThreadSequence::Run(BObjectList<FunctionObject, true>* list)
src/kits/storage/disk_device/DiskDeviceJobQueue.h
28
typedef BObjectList<DiskDeviceJob, true> JobList;
src/kits/storage/disk_device/Partition.cpp
890
BPartition::CanMove(BObjectList<BPartition>* unmovableDescendants,
src/kits/storage/disk_device/Partition.cpp
891
BObjectList<BPartition>* movableOnlyIfUnmounted) const
src/kits/tracker/AttributeStream.h
236
BObjectList<AttrNode, true> fAttributes;
src/kits/tracker/AttributeStream.h
337
BObjectList<char> fTransformedBuffers;
src/kits/tracker/BackgroundImage.h
129
BObjectList<BackgroundImageInfo, true> fBitmapForWorkspaceList;
src/kits/tracker/ContainerWindow.cpp
110
BObjectList<BMenuItem>* primaryList;
src/kits/tracker/ContainerWindow.cpp
111
BObjectList<BMenuItem>* secondaryList;
src/kits/tracker/ContainerWindow.cpp
1609
BObjectList<BContainerWindow> containerList(windowCount);
src/kits/tracker/ContainerWindow.cpp
267
BObjectList<BMenuItem>* list = primary ? params->primaryList : params->secondaryList;
src/kits/tracker/ContainerWindow.cpp
2805
BObjectList<BMenuItem> primaryList;
src/kits/tracker/ContainerWindow.cpp
2806
BObjectList<BMenuItem> secondaryList;
src/kits/tracker/EntryIterator.cpp
293
fSortedList = new BObjectList<dirent>(fCacheSize);
src/kits/tracker/EntryIterator.h
136
BObjectList<dirent>* fSortedList;
src/kits/tracker/EntryIterator.h
192
BObjectList<BEntryList, true> fList;
src/kits/tracker/FSClipboard.cpp
376
BObjectList<entry_ref, true>* moveList = new BObjectList<entry_ref, true>(0);
src/kits/tracker/FSClipboard.cpp
377
BObjectList<entry_ref, true>* copyList = new BObjectList<entry_ref, true>(0);
src/kits/tracker/FSClipboard.cpp
378
BObjectList<entry_ref, true>* duplicateList = new BObjectList<entry_ref, true>(0);
src/kits/tracker/FSClipboard.h
75
BObjectList<BMessenger> fNotifyList;
src/kits/tracker/FSUndoRedo.cpp
153
ChangeListSource(BObjectList<entry_ref, true> &list, BEntry &entry)
src/kits/tracker/FSUndoRedo.cpp
210
MoveCopyUndo::MoveCopyUndo(BObjectList<entry_ref, true>* sourceList,
src/kits/tracker/FSUndoRedo.cpp
241
UndoItemCopy::UndoItemCopy(BObjectList<entry_ref, true>* sourceList,
src/kits/tracker/FSUndoRedo.cpp
269
FSDeleteRefList(new BObjectList<entry_ref, true>(fTargetList), true, false);
src/kits/tracker/FSUndoRedo.cpp
277
FSMoveToFolder(new BObjectList<entry_ref, true>(fSourceList),
src/kits/tracker/FSUndoRedo.cpp
305
UndoItemMove::UndoItemMove(BObjectList<entry_ref, true>* sourceList,
src/kits/tracker/FSUndoRedo.cpp
329
BObjectList<entry_ref, true>* list = new BObjectList<entry_ref, true>(fSourceList);
src/kits/tracker/FSUndoRedo.cpp
345
FSMoveToFolder(new BObjectList<entry_ref, true>(fSourceList),
src/kits/tracker/FSUndoRedo.cpp
62
static BObjectList<UndoItem> sUndoList, sRedoList;
src/kits/tracker/FSUndoRedo.cpp
67
UndoItemCopy(BObjectList<entry_ref, true>* sourceList, BDirectory &target,
src/kits/tracker/FSUndoRedo.cpp
76
BObjectList<entry_ref, true> fSourceList;
src/kits/tracker/FSUndoRedo.cpp
77
BObjectList<entry_ref, true> fTargetList;
src/kits/tracker/FSUndoRedo.cpp
88
UndoItemMove(BObjectList<entry_ref, true>* sourceList, BDirectory &target,
src/kits/tracker/FSUndoRedo.cpp
96
BObjectList<entry_ref, true> fSourceList;
src/kits/tracker/FSUndoRedo.h
62
MoveCopyUndo(BObjectList<entry_ref, true>* sourceList, BDirectory &dest,
src/kits/tracker/FSUtils.cpp
1020
MoveTask(BObjectList<entry_ref, true>* srcList, BEntry* destEntry, BList* pointList, uint32 moveMode)
src/kits/tracker/FSUtils.cpp
123
status_t DuplicateTask(BObjectList<entry_ref, true>* srcList);
src/kits/tracker/FSUtils.cpp
124
static status_t MoveTask(BObjectList<entry_ref, true>*, BEntry*, BList*, uint32);
src/kits/tracker/FSUtils.cpp
125
static status_t _DeleteTask(BObjectList<entry_ref, true>*, bool);
src/kits/tracker/FSUtils.cpp
126
static status_t _RestoreTask(BObjectList<entry_ref, true>*);
src/kits/tracker/FSUtils.cpp
128
BObjectList<entry_ref, true>* refList, ssize_t blockSize, int32* totalCount,
src/kits/tracker/FSUtils.cpp
133
ConflictCheckResult PreFlightNameCheck(BObjectList<entry_ref, true>* srcList,
src/kits/tracker/FSUtils.cpp
1932
FSDuplicate(BObjectList<entry_ref, true>* srcList, BList* pointList)
src/kits/tracker/FSUtils.cpp
2142
PreFlightNameCheck(BObjectList<entry_ref, true>* srcList, const BDirectory* destDir,
src/kits/tracker/FSUtils.cpp
2598
BObjectList<entry_ref, true>* refList, ssize_t blockSize, int32* totalCount,
src/kits/tracker/FSUtils.cpp
2996
BObjectList<entry_ref, true> srcList;
src/kits/tracker/FSUtils.cpp
3061
_DeleteTask(BObjectList<entry_ref, true>* list, bool confirm)
src/kits/tracker/FSUtils.cpp
3154
_RestoreTask(BObjectList<entry_ref, true>* list)
src/kits/tracker/FSUtils.cpp
547
FSMoveToFolder(BObjectList<entry_ref, true>* srcList, BEntry* destEntry,
src/kits/tracker/FSUtils.cpp
565
BObjectList<entry_ref, true>* list = new BObjectList<entry_ref, true>(1);
src/kits/tracker/FSUtils.cpp
572
FSDeleteRefList(BObjectList<entry_ref, true>* list, bool async, bool confirm)
src/kits/tracker/FSUtils.cpp
583
FSRestoreRefList(BObjectList<entry_ref, true>* list, bool async)
src/kits/tracker/FSUtils.cpp
594
FSMoveToTrash(BObjectList<entry_ref, true>* srcList, BList* pointList, bool async)
src/kits/tracker/FSUtils.cpp
881
BObjectList<entry_ref, true>* srcList, BVolume* dstVol, BDirectory* destDir,
src/kits/tracker/FSUtils.h
150
typedef BObjectList<entry_ref, true> EntryList;
src/kits/tracker/FSUtils.h
170
_IMPEXP_TRACKER void FSDuplicate(BObjectList<entry_ref, true>* srcList,
src/kits/tracker/FSUtils.h
172
_IMPEXP_TRACKER void FSMoveToFolder(BObjectList<entry_ref, true>* srcList, BEntry*,
src/kits/tracker/FSUtils.h
181
_IMPEXP_TRACKER void FSMoveToTrash(BObjectList<entry_ref, true>* srcList,
src/kits/tracker/FSUtils.h
185
void FSDeleteRefList(BObjectList<entry_ref, true>*, bool, bool confirm = true);
src/kits/tracker/FSUtils.h
187
void FSRestoreRefList(BObjectList<entry_ref,true >* list, bool async);
src/kits/tracker/FavoritesMenu.h
96
BObjectList<BMenuItem>* fItemList;
src/kits/tracker/FindPanel.cpp
165
BObjectList<list_entry> fList;
src/kits/tracker/FindPanel.cpp
2559
CheckForDuplicates(BObjectList<EntryWithDate, true>* list, EntryWithDate* entry)
src/kits/tracker/FindPanel.cpp
2582
BObjectList<entry_ref, true> templates(10);
src/kits/tracker/FindPanel.cpp
2583
BObjectList<EntryWithDate, true> recentQueries(10);
src/kits/tracker/FindPanel.cpp
380
CheckForDuplicates(BObjectList<entry_ref, true>* list, entry_ref* ref)
src/kits/tracker/FindPanel.cpp
398
BObjectList<entry_ref, true> templates(10);
src/kits/tracker/FindPanel.h
313
BObjectList<entry_ref> fDirectoryFilters;
src/kits/tracker/IconCache.cpp
1418
IconCacheEntry::RetireIcons(BObjectList<BBitmap, true>* retiredBitmapList)
src/kits/tracker/IconCache.h
180
void RetireIcons(BObjectList<BBitmap, true>* retiredBitmapList);
src/kits/tracker/IconCache.h
292
BObjectList<BBitmap, true> fRetiredBitmaps;
src/kits/tracker/LockingList.h
45
class LockingList : public BObjectList<T, Owning> {
src/kits/tracker/LockingList.h
65
BObjectList<T, O>(itemsPerBlock)
src/kits/tracker/MimeTypeList.h
85
BObjectList<ShortMimeInfo, true> fMimeList;
src/kits/tracker/MimeTypeList.h
86
BObjectList<ShortMimeInfo> fCommonMimeList;
src/kits/tracker/Model.cpp
524
writableOpenModelList = new BObjectList<Model>(100);
src/kits/tracker/Model.cpp
530
readOnlyOpenModelList = new BObjectList<Model>(100);
src/kits/tracker/Model.cpp
82
BObjectList<Model>* writableOpenModelList = NULL;
src/kits/tracker/Model.cpp
83
BObjectList<Model>* readOnlyOpenModelList = NULL;
src/kits/tracker/Model.h
228
BObjectList<BQuery>*, BVolume*);
src/kits/tracker/NavMenu.cpp
410
fItemList = new BObjectList<BMenuItem>(50);
src/kits/tracker/Navigator.h
93
BObjectList<BPath, true> fBackHistory;
src/kits/tracker/Navigator.h
94
BObjectList<BPath, true> fForwHistory;
src/kits/tracker/NodePreloader.h
74
BObjectList<Model, true> fModelList;
src/kits/tracker/NodeWalker.h
100
BObjectList<BDirectory> fDirs;
src/kits/tracker/OpenWithWindow.cpp
1174
fSupportingAppList = new BObjectList<RelationCachingModelProxy, true>(20);
src/kits/tracker/OpenWithWindow.h
331
BObjectList<RelationCachingModelProxy, true>* fSupportingAppList;
src/kits/tracker/PendingNodeMonitorCache.h
81
BObjectList<PendingNodeMonitorEntry, true> fList;
src/kits/tracker/Pose.h
139
BObjectList<BTextWidget> fWidgetList;
src/kits/tracker/PoseList.h
55
class PoseList : private BObjectList<BPose> {
src/kits/tracker/PoseList.h
56
typedef BObjectList<BPose> _inherited;
src/kits/tracker/PoseList.h
79
const BObjectList<BPose>& AsObjectList() const { return *this; }
src/kits/tracker/PoseView.cpp
202
BObjectList<entry_ref, true>* copy)
src/kits/tracker/PoseView.cpp
230
fZombieList(new BObjectList<Model, true>(10)),
src/kits/tracker/PoseView.cpp
231
fColumnList(new BObjectList<BColumn, true>(4)),
src/kits/tracker/PoseView.cpp
232
fBrokenLinks(new BObjectList<Model>(10)),
src/kits/tracker/PoseView.cpp
456
BObjectList<BColumn> tempSortedList;
src/kits/tracker/PoseView.cpp
4718
BObjectList<entry_ref, true>* entryList
src/kits/tracker/PoseView.cpp
4719
= new BObjectList<entry_ref, true>(10);
src/kits/tracker/PoseView.cpp
488
BObjectList<BColumn> tempSortedList;
src/kits/tracker/PoseView.cpp
511
BPoseView::AddColumnList(BObjectList<BColumn>* list)
src/kits/tracker/PoseView.cpp
5143
BObjectList<entry_ref, true>* srcList = new BObjectList<entry_ref, true>(selectionSize);
src/kits/tracker/PoseView.cpp
5204
BPoseView* poseView, BObjectList<Model>* fBrokenLinks)
src/kits/tracker/PoseView.cpp
5223
BObjectList<Model>* brokenLinksCopy = new BObjectList<Model>(*fBrokenLinks);
src/kits/tracker/PoseView.cpp
5796
BObjectList<Model>* brokenLinksCopy = new BObjectList<Model>(*fBrokenLinks);
src/kits/tracker/PoseView.cpp
6096
BObjectList<entry_ref, true>* srcList = new BObjectList<entry_ref, true>(CountSelected());
src/kits/tracker/PoseView.cpp
6123
BPoseView::MoveListToTrash(BObjectList<entry_ref, true>* list, bool selectNext,
src/kits/tracker/PoseView.cpp
6129
BObjectList<FunctionObject, true>* taskList =
src/kits/tracker/PoseView.cpp
6130
new BObjectList<FunctionObject, true>(2);
src/kits/tracker/PoseView.cpp
6169
CopyOneTrashedRefAsEntry(const entry_ref* ref, BObjectList<entry_ref, true>* trashList,
src/kits/tracker/PoseView.cpp
6170
BObjectList<entry_ref, true>* noTrashList, std::map<int32, bool>* deviceHasTrash)
src/kits/tracker/PoseView.cpp
6198
CopyPoseOneAsEntry(BPose* pose, BObjectList<entry_ref, true>* trashList,
src/kits/tracker/PoseView.cpp
6199
BObjectList<entry_ref, true>* noTrashList, std::map<int32, bool>* deviceHasTrash)
src/kits/tracker/PoseView.cpp
6227
BObjectList<entry_ref, true>* entriesToTrash = new
src/kits/tracker/PoseView.cpp
6228
BObjectList<entry_ref, true>(CountSelected());
src/kits/tracker/PoseView.cpp
6229
BObjectList<entry_ref, true>* entriesToDeleteOnTheSpot = new
src/kits/tracker/PoseView.cpp
6230
BObjectList<entry_ref, true>(20);
src/kits/tracker/PoseView.cpp
6306
BObjectList<entry_ref, true>* entriesToDelete = new BObjectList<entry_ref, true>(selectCount);
src/kits/tracker/PoseView.cpp
6324
BObjectList<entry_ref, true>* entriesToRestore
src/kits/tracker/PoseView.cpp
6325
= new BObjectList<entry_ref, true>(selectCount);
src/kits/tracker/PoseView.cpp
6339
BObjectList<entry_ref, true>* entriesToDelete = new BObjectList<entry_ref, true>(1);
src/kits/tracker/PoseView.cpp
6347
BPoseView::Delete(BObjectList<entry_ref, true>* list, bool selectNext, bool confirm)
src/kits/tracker/PoseView.cpp
6354
BObjectList<FunctionObject, true>* taskList = new BObjectList<FunctionObject, true>(2);
src/kits/tracker/PoseView.cpp
6388
BPoseView::RestoreItemsFromTrash(BObjectList<entry_ref, true>* list, bool selectNext)
src/kits/tracker/PoseView.cpp
6395
BObjectList<FunctionObject, true>* taskList = new BObjectList<FunctionObject, true>(2);
src/kits/tracker/PoseView.h
117
void AddColumnList(BObjectList<BColumn>*list);
src/kits/tracker/PoseView.h
665
void MoveListToTrash(BObjectList<entry_ref, true>*, bool selectNext,
src/kits/tracker/PoseView.h
667
void Delete(BObjectList<entry_ref, true>*, bool selectNext, bool confirm);
src/kits/tracker/PoseView.h
669
void RestoreItemsFromTrash(BObjectList<entry_ref, true>*, bool selectNext);
src/kits/tracker/PoseView.h
735
BObjectList<Model, true>* fZombieList;
src/kits/tracker/PoseView.h
736
BObjectList<BColumn, true>* fColumnList;
src/kits/tracker/PoseView.h
738
BObjectList<Model>* fBrokenLinks;
src/kits/tracker/PoseView.h
780
BObjectList<BString, true> fFilterStrings;
src/kits/tracker/PoseViewScripting.cpp
424
BObjectList<entry_ref, true>* entryList = new BObjectList<entry_ref, true>();
src/kits/tracker/QueryPoseView.cpp
637
BHandler* target, BObjectList<BQuery, true>* list, BVolume* volume)
src/kits/tracker/QueryPoseView.h
137
BObjectList<BQuery, true> fQueryList;
src/kits/tracker/QueryPoseView.h
151
BObjectList<BQuery, true>* QueryList() const
src/kits/tracker/QueryPoseView.h
181
BObjectList<BQuery, true>*, BVolume*);
src/kits/tracker/StatusWindow.h
92
BObjectList<BStatusView> fViewList;
src/kits/tracker/TaskLoop.h
204
BObjectList<DelayedTask, true> fTaskList;
src/kits/tracker/TitleView.h
96
BObjectList<BColumnTitle, true> fTitleList;
src/kits/tracker/Tracker.cpp
1387
BObjectList<BContainerWindow> closeList;
src/kits/tracker/Tracker.cpp
696
BObjectList<entry_ref, true>* srcList = new BObjectList<entry_ref, true>(count);
src/kits/tracker/TrashWatcher.h
64
BObjectList<node_ref, true> fTrashNodeList;
src/kits/tracker/Utilities.h
117
BObjectList<periodic_pose, true> fPoseList;
src/kits/tracker/VirtualDirectoryManager.cpp
42
typedef BObjectList<Info, true> InfoList;
src/kits/translation/TranslationUtils.cpp
899
BObjectList<translator_info> infoList;
src/libs/alm/ALMLayout.cpp
104
BObjectList<XTab>*
src/libs/alm/ALMLayout.cpp
112
BObjectList<YTab>*
src/libs/alm/ALMLayout.cpp
80
BObjectList<T>* tabList = _TabList();
src/libs/alm/ALMLayout.cpp
95
BObjectList<T>* _TabList();
src/libs/alm/RowColumnManager.h
61
BObjectList<Row> fRows;
src/libs/alm/RowColumnManager.h
62
BObjectList<Column> fColumns;
src/libs/alm/SharedSolver.h
105
BObjectList<BALM::BALMLayout> fLayouts;
src/libs/libsolv/ext/repo_haiku.cpp
51
const BObjectList<BPackageResolvable, true> &resolvables)
src/libs/libsolv/ext/repo_haiku.cpp
62
const BObjectList<BPackageResolvableExpression, true> &expressions)
src/preferences/backgrounds/BackgroundImage.h
152
BObjectList<BackgroundImageInfo, true> fBitmapForWorkspaceList;
src/preferences/backgrounds/BackgroundsView.h
166
BObjectList<BPath, true> fPathList;
src/preferences/backgrounds/BackgroundsView.h
167
BObjectList<Image, true> fImageList;
src/preferences/filetypes/AttributeListView.cpp
316
BObjectList<AttributeItem, true> previousItems(CountItems());
src/preferences/filetypes/FileTypeWindow.h
41
BObjectList<entry_ref> fEntries;
src/preferences/keymap/KeyboardLayout.h
115
BObjectList<Indicator, true> fIndicators;
src/preferences/mail/AutoConfig.cpp
34
BObjectList<mx_record, true> mxList(5);
src/preferences/mail/ConfigWindow.h
97
BObjectList<BMailAccountSettings> fAccounts;
src/preferences/mail/ConfigWindow.h
98
BObjectList<BMailAccountSettings> fToDeleteAccounts;
src/preferences/mail/DNSQuery.cpp
158
DNSTools::GetDNSServers(BObjectList<BString, true>* serverList)
src/preferences/mail/DNSQuery.cpp
286
BObjectList<BString, true> dnsServerList(5);
src/preferences/mail/DNSQuery.cpp
302
BObjectList<mx_record, true>* mxList, bigtime_t timeout)
src/preferences/mail/DNSQuery.h
103
BObjectList<mx_record, true>* mxList,
src/preferences/mail/DNSQuery.h
55
static status_t GetDNSServers(BObjectList<BString, true>* serverList);
src/preferences/media/MediaViews.h
75
typedef BObjectList<dormant_node_info, true> NodeList;
src/preferences/media/MediaWindow.h
59
typedef BObjectList<dormant_node_info, true> NodeList;
src/preferences/network/NetworkWindow.h
70
typedef BObjectList<BNetworkSettingsAddOn> AddOnList;
src/preferences/repositories/TaskLooper.h
62
BObjectList<Task> fTaskQueue;
src/servers/app/AppServer.h
56
BObjectList<Desktop> fDesktops;
src/servers/app/BitmapManager.cpp
247
BObjectList<ServerApp> apps;
src/servers/app/BitmapManager.cpp
276
BObjectList<ServerApp> apps;
src/servers/app/DelayedMessage.cpp
112
typedef BObjectList<port_id, true> PortList;
src/servers/app/DelayedMessage.cpp
43
typedef BObjectList<Attachment, true> AttachmentList;
src/servers/app/DelayedMessage.cpp
817
BObjectList<ScheduledMessage> remove;
src/servers/app/DelayedMessage.cpp
89
typedef BObjectList<ScheduledMessage, true> ScheduledList;
src/servers/app/DelayedMessage.h
127
DelayedMessage::AttachList(const BObjectList<Type>& list)
src/servers/app/DelayedMessage.h
147
DelayedMessage::AttachList(const BObjectList<Type>& list, bool* which)
src/servers/app/DelayedMessage.h
92
status_t AttachList(const BObjectList<Type>& list);
src/servers/app/DelayedMessage.h
95
status_t AttachList(const BObjectList<Type>& list,
src/servers/app/Desktop.cpp
1426
BObjectList<WorkspacesView> list(false);
src/servers/app/Desktop.h
345
BObjectList<ServerApp> fApplications;
src/servers/app/Desktop.h
362
BObjectList<WorkspacesView> fWorkspacesViews;
src/servers/app/EventDispatcher.h
146
BObjectList<EventTarget> fTargets;
src/servers/app/EventDispatcher.h
54
BObjectList<event_listener, true> fListeners;
src/servers/app/InputManager.h
32
BObjectList<EventStream, true> fFreeStreams;
src/servers/app/InputManager.h
33
BObjectList<EventStream, true> fUsedStreams;
src/servers/app/ScreenConfigurations.h
49
typedef BObjectList<screen_configuration, true> ConfigurationList;
src/servers/app/ScreenManager.h
25
typedef BObjectList<Screen> ScreenList;
src/servers/app/ScreenManager.h
67
BObjectList<screen_item, true> fScreenList;
src/servers/app/ServerApp.h
141
BObjectList<ServerWindow> fWindowList;
src/servers/app/ServerFont.cpp
703
BObjectList<FontCacheReference, true> fallbacks(21);
src/servers/app/ServerPicture.cpp
242
CanvasCallbacks(Canvas* const canvas, BObjectList<ServerPicture>& pictures);
src/servers/app/ServerPicture.cpp
311
BObjectList<ServerPicture>& fPictures;
src/servers/app/ServerPicture.cpp
315
CanvasCallbacks::CanvasCallbacks(Canvas* const canvas, BObjectList<ServerPicture>& pictures)
src/servers/app/ServerPicture.h
73
typedef BObjectList<ServerPicture> PictureList;
src/servers/app/View.cpp
409
View::FindViews(uint32 flags, BObjectList<View>& list, int32& left)
src/servers/app/View.h
114
void FindViews(uint32 flags, BObjectList<View>& list,
src/servers/app/VirtualScreen.h
70
BObjectList<screen_item, true> fScreenList;
src/servers/app/Window.cpp
1582
Window::FindWorkspacesViews(BObjectList<WorkspacesView>& list) const
src/servers/app/Window.cpp
1585
fTopView->FindViews(kWorkspacesViewFlag, (BObjectList<View>&)list, count);
src/servers/app/Window.h
300
BObjectList<WorkspacesView>& list) const;
src/servers/app/Window.h
34
typedef BObjectList<Window> StackWindows;
src/servers/app/Window.h
380
BObjectList<Window> fSubsets;
src/servers/app/WorkspacePrivate.h
64
BObjectList<display_info> fDisplays;
src/servers/app/decorator/DecorManager.h
30
typedef BObjectList<DesktopListener> DesktopListenerList;
src/servers/app/decorator/Decorator.h
315
BObjectList<Decorator::Tab> fTabList;
src/servers/app/drawing/interface/remote/RemoteEventStream.h
34
BObjectList<BMessage, true> fEventList;
src/servers/app/drawing/interface/remote/RemoteHWInterface.h
133
BObjectList<callback_info> fCallbacks;
src/servers/app/font/FontFamily.h
51
BObjectList<FontStyle> fStyles;
src/servers/app/font/FontManager.h
105
typedef BObjectList<FontFamily> FamilyList;
src/servers/app/font/GlobalFontManager.cpp
56
BObjectList<FontStyle> styles;
src/servers/app/font/GlobalFontManager.h
108
typedef BObjectList<font_directory, true> DirectoryList;
src/servers/app/font/GlobalFontManager.h
109
typedef BObjectList<font_mapping, true> MappingList;
src/servers/app/font/GlyphLayoutEngine.h
207
BObjectList<FontCacheReference, true>& fallbacks,
src/servers/app/font/GlyphLayoutEngine.h
211
BObjectList<FontCacheReference, true>& fallbacks,
src/servers/app/font/GlyphLayoutEngine.h
217
BObjectList<FontCacheReference, true>& fallbacks,
src/servers/app/font/GlyphLayoutEngine.h
267
BObjectList<FontCacheReference, true> fallbacksList(21);
src/servers/app/font/GlyphLayoutEngine.h
377
BObjectList<FontCacheReference, true>& fallbacks,
src/servers/app/font/GlyphLayoutEngine.h
409
BObjectList<FontCacheReference, true>& fallbacksList,
src/servers/app/font/GlyphLayoutEngine.h
477
BObjectList<FontCacheReference, true>& fallbacks, uint32 charCode)
src/servers/app/stackandtile/SATGroup.h
233
typedef BObjectList<WindowArea> WindowAreaList;
src/servers/app/stackandtile/SATGroup.h
234
typedef BObjectList<Tab> TabList;
src/servers/app/stackandtile/SATGroup.h
28
typedef BObjectList<SATWindow> SATWindowList;
src/servers/app/stackandtile/SATGroup.h
338
typedef BObjectList<SATGroup> SATGroupList;
src/servers/app/stackandtile/SATGroup.h
86
typedef BObjectList<Constraint> ConstraintList;
src/servers/app/stackandtile/SATGroup.h
89
typedef BObjectList<Crossing> CrossingList;
src/servers/app/stackandtile/StackAndTile.h
113
BObjectList<SATWindow> fGrouplessWindows;
src/servers/app/stackandtile/StackAndTile.h
183
typedef BObjectList<SATSnappingBehaviour> SATSnappingBehaviourList;
src/servers/bluetooth/BluetoothServer.h
39
typedef BObjectList<LocalDeviceImpl> LocalDevicesList;
src/servers/index/CatchUpManager.h
49
typedef BObjectList<CatchUpAnalyser> CatchUpAnalyserList;
src/servers/index/IndexServer.h
90
BObjectList<VolumeWatcher> fVolumeWatcherList;
src/servers/index/IndexServer.h
91
BObjectList<IndexServerAddOn> fAddOnList;
src/servers/input/AddOnManager.h
122
BObjectList<device_info> fDeviceList;
src/servers/input/AddOnManager.h
123
BObjectList<filter_info> fFilterList;
src/servers/input/AddOnManager.h
124
BObjectList<method_info> fMethodList;
src/servers/input/AddOnManager.h
126
BObjectList<DeviceAddOn> fDeviceAddOns;
src/servers/input/InputServer.h
41
typedef BObjectList<BMessage> EventList;
src/servers/input/PathList.h
30
BObjectList<path_entry, true> fPaths;
src/servers/keystore/KeyStoreServer.h
18
typedef BObjectList<Keyring, true> KeyringList;
src/servers/launch/Conditions.cpp
37
BObjectList<Condition, true> fConditions;
src/servers/launch/Events.cpp
297
BObjectList<Event, true>&
src/servers/launch/Events.cpp
36
BObjectList<Event, true>& Events();
src/servers/launch/Events.cpp
54
BObjectList<Event, true> fEvents;
src/servers/launch/FileWatcher.h
37
BObjectList<FileListener>
src/servers/launch/Job.h
144
BObjectList<BMessage>
src/servers/launch/LaunchDaemon.cpp
127
BObjectList<Event> fDestinations;
src/servers/launch/NetworkWatcher.h
41
BObjectList<NetworkListener>
src/servers/launch/VolumeWatcher.h
37
BObjectList<VolumeListener>
src/servers/mail/MailDaemonApplication.h
103
BObjectList<BMessage> fFetchDoneRespondents;
src/servers/mail/MailDaemonApplication.h
104
BObjectList<BQuery> fQueries;
src/servers/media_addon/MediaFilePlayer.cpp
16
BObjectList<MediaFilePlayer> list;
src/servers/package/CommitTransactionHandler.cpp
717
const BObjectList<BUser, true>& users = package->Info().Users();
src/servers/package/CommitTransactionHandler.cpp
830
const BObjectList<BGlobalWritableFileInfo, true>& files
src/servers/package/CommitTransactionHandler.h
64
typedef BObjectList<Package> PackageList;
src/servers/package/PackageDaemon.h
34
typedef BObjectList<Root, true> RootList;
src/servers/package/ResultWindow.h
30
typedef BObjectList<BSolverPackage> PackageList;
src/servers/print/Printer.cpp
51
BObjectList<Printer> Printer::sPrinters;
src/servers/print/Printer.h
116
static BObjectList<Printer> sPrinters;
src/servers/print/ResourceManager.h
41
BObjectList<Resource> fResources;
src/servers/print/Settings.h
52
BObjectList<AppSettings> fApps;
src/servers/print/Settings.h
53
BObjectList<PrinterSettings> fPrinters;
src/servers/print/Transport.cpp
18
BObjectList<Transport> Transport::sTransports;
src/servers/print/Transport.h
51
static BObjectList<Transport> sTransports;
src/servers/registrar/PriorityMessageQueue.h
36
BObjectList<MessageInfo, true> fMessages;
src/tests/add-ons/kernel/kernelland_emu/module.cpp
149
BObjectList<ModuleAddOn> fAddOns;
src/tests/apps/partitioner/Partitioner.cpp
344
BObjectList<BDiskSystem> diskSystems(20, true);
src/tests/apps/partitioner/Partitioner.cpp
463
BObjectList<BString> supportedTypes(20, true);
src/tests/kits/midi/synth_file_reader/SynthFile.h
104
BObjectList<SSoundInRange>* Sounds() { return &fSounds; }
src/tests/kits/midi/synth_file_reader/SynthFile.h
111
BObjectList<SInstrument> fInstruments;
src/tests/kits/midi/synth_file_reader/SynthFile.h
112
BObjectList<SSound> fSounds;
src/tests/kits/midi/synth_file_reader/SynthFile.h
88
BObjectList<SSoundInRange> fSounds;
src/tests/kits/storage/QueryTest.cpp
269
BObjectList<PredicateNode> children;
src/tests/kits/storage/TestApp.h
44
typedef BObjectList<BTestHandler> TestHandlers;
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
720
typedef BObjectList<BMessage> MessageList;
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
721
typedef BObjectList<MonitoringInfo> MonitoringInfoList;
src/tests/system/kernel/live_query.cpp
59
BObjectList<BQuery, true> fQueries;
src/tests/system/kernel/util/OpenHashTableTest.cpp
205
BObjectList<Entry, true> entries(20);
src/tests/system/kernel/util/OpenHashTableTest.cpp
297
BObjectList<Entry, true> entries(20);
src/tests/system/kernel/util/OpenHashTableTest.cpp
86
BObjectList<Entry, true> entries(20);
src/tools/update_package_requires/update_package_requires.cpp
121
const BObjectList<BPackageResolvable, true>& provides = info.ProvidesList();