Searched refs:Node (Results 1 – 3 of 3) sorted by relevance
105 Node::~Node() in ~Node()115 for(Node* pNode = m_Children.PopFront(); in ~Node()123 Node* Node::CreateChildNode(const char* name) in CreateChildNode()125 Node* pChild = new Node(); in CreateChildNode()136 void Node::SetAttribute(const char* name, const char* value) in SetAttribute()146 void Node::PrintIndent(int depth) in PrintIndent()155 void Node::PrintBeginTag() in PrintBeginTag()174 void Node::PrintEndTag() in PrintEndTag()179 void Node::Print(int depth) in Print()205 for(Node* pNode = m_Children.GetFront(); in Print()[all …]
36 Node* freeNode = 0; in Initialize()39 reinterpret_cast<Node*>(addr2)->next = freeNode; in Initialize()40 freeNode = reinterpret_cast<Node*>(addr2); in Initialize()82 Node* pNode = this->m_FreeNode; in Dump()
91 struct Node struct93 Node* next; argument99 Node* m_FreeNode;153 reinterpret_cast<Node*&>(p)->next = m_FreeNode; in Free()154 this->m_FreeNode = reinterpret_cast<Node*&>(p); in Free()