Searched refs:_Node (Results 1 – 3 of 3) sorted by relevance
18 struct _Node { struct19 struct _Node *l; argument20 struct _Node *r; argument23 char padding[16 - 2*sizeof(struct _Node*)]; argument
41 struct _Node { struct42 struct _Node* next; argument45 char padding[8 - sizeof(struct _Node*)]; argument
38 struct _Node { struct in CFieldTree39 _Node* parent; argument40 CFX_ArrayTemplate<_Node*> children; argument81 _Node* FindNode(const CFX_WideString& full_name);82 _Node* AddChild(_Node* pParent,85 void RemoveNode(_Node* pNode, int nLevel = 0);86 _Node* _Lookup(_Node* pParent, const CFX_WideString& short_name);87 _Node m_Root;96 CFieldTree::_Node* CFieldTree::AddChild(_Node* pParent, in AddChild()102 _Node* pNode = new _Node; in AddChild()[all …]