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

/haiku-fatelf/src/apps/debugger/debug_managers/
H A DValueNodeManager.cpp70 _AddNode(variable);
75 _AddNode(variable);
168 ValueNodeManager::_AddNode(Variable* variable) function in class:ValueNodeManager
H A DValueNodeManager.h44 void _AddNode(Variable* variable);
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp254 status_t _AddNode(dev_t device, ino_t node, const char* path,
1356 ModuleNotificationService::_AddNode(dev_t device, ino_t node, const char* path, function in class:ModuleNotificationService
1397 return _AddNode(device, node, NULL, B_WATCH_DIRECTORY, fDirectoryWatcher);
1424 return _AddNode(device, node, path.Path(), B_WATCH_STAT, fModuleWatcher);
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp450 status_t _AddNode(Variable* variable, ModelNode* parent,
915 _AddNode(child->GetVariable(), NULL, child);
962 _AddNode(modelNode->GetVariable(), modelNode, child,
1249 VariablesView::VariableTableModel::_AddNode(Variable* variable, function in class:VariablesView::VariableTableModel

Completed in 165 milliseconds