Searched refs:childnodes (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | ast-model.h | 52 GArray *childnodes; member 75 AstNode *child = ast_new(parent, parent->childnodes->len, in ast_append_child() 77 g_array_append_val(parent->childnodes, child); in ast_append_child() 86 AstNode *child = ast_new(parent, parent->childnodes->len, text, NULL, NULL); in ast_append_attribute() 87 g_array_append_val(parent->childnodes, child); in ast_append_attribute()
|
D | ast-model.c | 61 if (n >= node->childnodes->len) in ast_nth_child() 63 return g_array_index(node->childnodes, AstNode *, n); in ast_nth_child() 179 node->childnodes = g_array_new(FALSE, TRUE, sizeof(AstNode *)); in ast_init() 384 return node->childnodes->len > 0; in ast_iter_has_child() 408 return node->childnodes->len; in ast_iter_n_children() 430 GArray *array = node->childnodes; in ast_iter_nth_child()
|
/third_party/parse5/packages/parse5/docs/tree-adapter/default/ |
D | document-fragment.md | 5 * [childNodes](#childnodes) 12 <a id="childnodes"></a>
|
D | document.md | 5 * [childNodes](#childnodes) 13 <a id="childnodes"></a>
|
D | element.md | 6 * [childNodes](#childnodes) 26 <a id="childnodes"></a>
|
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/docs/ |
D | document-fragment.md | 5 * [childNodes](#childnodes) 23 <a id="childnodes"></a>
|
D | document.md | 5 * [childNodes](#childnodes) 24 <a id="childnodes"></a>
|
D | element.md | 6 * [childNodes](#childnodes) 42 <a id="childnodes"></a>
|