Searched defs:_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;40 CFX_ArrayTemplate<_Node*> children;41 CFX_WideString short_name;42 CPDF_FormField* field_ptr;43 int CountFields(int nLevel = 0) { in CountFields()56 CPDF_FormField* GetField(int* fields_to_go) { in GetField()70 CPDF_FormField* GetField(int index) { in GetField()