Home
last modified time | relevance | path

Searched refs:_Node (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
Dleak-tree.c18 struct _Node { struct
19 struct _Node *l; argument
20 struct _Node *r; argument
23 char padding[16 - 2*sizeof(struct _Node*)]; argument
Dleak-cases.c41 struct _Node { struct
42 struct _Node* next; argument
45 char padding[8 - sizeof(struct _Node*)]; argument
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp38 struct _Node { struct in CFieldTree
39 _Node* parent; argument
40 CFX_ArrayTemplate<_Node*> children; argument
81 _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 …]