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

/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h44 void _AddNode(Variable* variable);
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp76 _AddNode(variable);
81 _AddNode(variable);
174 ValueNodeManager::_AddNode(Variable* variable) function in class:ValueNodeManager
/haiku/src/kits/storage/
H A DPathMonitor.cpp578 status_t _AddNode(const node_ref& nodeRef,
1001 status_t error = _AddNode(fBaseAncestor->NodeRef(),
1643 PathHandler::_AddNode(const node_ref& nodeRef, bool isDirectory, bool notify, function in class:__anon3::PathHandler
1646 TRACE("%p->PathHandler::_AddNode(%" B_PRIdDEV ":%" B_PRIdINO
1715 TRACE("%p->PathHandler::_AddNode(%" B_PRIdDEV ":%" B_PRIdINO
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(),
/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, function in class:ModuleNotificationService
1386 return _AddNode(device, node, NULL, B_WATCH_DIRECTORY, fDirectoryWatcher);
1413 return _AddNode(device, node, path.Path(), B_WATCH_STAT, fModuleWatcher);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp751 status_t _AddNode(Variable* variable, ModelNode* parent,
1214 _AddNode(child->GetVariable(), NULL, child);
1261 _AddNode(modelNode->GetVariable(), modelNode, child,
1640 error = _AddNode(variable, NULL, _child);
1689 VariablesView::VariableTableModel::_AddNode(Variable* variable, function in class:VariablesView::VariableTableModel

Completed in 63 milliseconds