Searched refs:count_children (Results 1 – 2 of 2) sorted by relevance
133 std::size_t count_children(void) const in count_children() function137 ret += children[0]->count_children(); in count_children()139 ret += children[1]->count_children(); in count_children()460 return root->count_children(); in size()917 counted_size = root->count_children(); in sanity_check()
93 inline std::size_t count_children(xml_node<Ch> *node) in count_children() function