Home
last modified time | relevance | path

Searched refs:GetNodeInfo (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h74 const VariablesViewNodeInfo* GetNodeInfo(ObjectID* variable,
76 inline const VariablesViewNodeInfo* GetNodeInfo(ObjectID* variable,
102 VariablesViewState::GetNodeInfo(ObjectID* variable, in GetNodeInfo() function
105 return GetNodeInfo(variable, &path); in GetNodeInfo()
H A DVariablesViewState.cpp242 VariablesViewState::GetNodeInfo(ObjectID* variable, in GetNodeInfo() function in VariablesViewState
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h54 const NodeInfo& GetNodeInfo() const;
H A DShareNode.cpp115 ShareNode::GetNodeInfo() const in GetNodeInfo() function in ShareNode
H A DShareVolume.cpp564 *st = node->GetNodeInfo().st; in ReadStat()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3097 const VariablesViewNodeInfo* nodeInfo = viewState->GetNodeInfo( in _ApplyViewStateDescendentNodeInfos()