Home
last modified time | relevance | path

Searched refs:count_children (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/heap/
Dskew_heap.hpp133 std::size_t count_children(void) const in count_children() function
137 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()
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml_utils.hpp93 inline std::size_t count_children(xml_node<Ch> *node) in count_children() function