Home
last modified time | relevance | path

Searched refs:_AddNode (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp76 _AddNode(variable); in SetStackFrame()
81 _AddNode(variable); in SetStackFrame()
174 ValueNodeManager::_AddNode(Variable* variable) in _AddNode() function in ValueNodeManager
/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h44 void _AddNode(Variable* variable);
/haiku/src/kits/storage/
H A DPathMonitor.cpp578 status_t _AddNode(const node_ref& nodeRef,
1001 status_t error = _AddNode(fBaseAncestor->NodeRef(), in _StartWatchingAncestors()
1643 PathHandler::_AddNode(const node_ref& nodeRef, bool isDirectory, bool notify, in _AddNode() function in __anon48725b2b0111::PathHandler
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(), in _AddEntryIfNeeded()
/haiku/src/system/kernel/
H A Dmodule.cpp254 status_t _AddNode(dev_t device, ino_t node, const char* path,
1345 ModuleNotificationService::_AddNode(dev_t device, ino_t node, const char* path, in _AddNode() function in ModuleNotificationService
1386 return _AddNode(device, node, NULL, B_WATCH_DIRECTORY, fDirectoryWatcher); in _AddDirectoryNode()
1413 return _AddNode(device, node, path.Path(), B_WATCH_STAT, fModuleWatcher); in _AddModuleNode()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp750 status_t _AddNode(Variable* variable, ModelNode* parent,
1213 _AddNode(child->GetVariable(), NULL, child); in SetStackFrame()
1260 _AddNode(modelNode->GetVariable(), modelNode, child, in ValueNodeChildrenCreated()
1639 error = _AddNode(variable, NULL, _child); in AddSyntheticNode()
1688 VariablesView::VariableTableModel::_AddNode(Variable* variable, in _AddNode() function in VariablesView::VariableTableModel