Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Dbookmaker.cpp87 static int count_children(const Definition& def, MarkType markType) { in count_children() function
93 count += count_children(*child, markType); in count_children()
350 examples += count_children(*topic.second, MarkType::kExample); in main()
351 methods += count_children(*topic.second, MarkType::kMethod); in main()
352 topics += count_children(*topic.second, MarkType::kSubtopic); in main()
353 topics += count_children(*topic.second, MarkType::kTopic); in main()