Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Dbookmaker.cpp1721 static int count_children(const Definition& def, MarkType markType) { in count_children() function
1727 count += count_children(*child, markType); in count_children()
1964 examples += count_children(*topic.second, MarkType::kExample); in main()
1965 methods += count_children(*topic.second, MarkType::kMethod); in main()
1966 topics += count_children(*topic.second, MarkType::kSubtopic); in main()
1967 topics += count_children(*topic.second, MarkType::kTopic); in main()
/external/skia/tools/bookmaker/
Dbookmaker.cpp1830 static int count_children(const Definition& def, MarkType markType) { in count_children() function
1836 count += count_children(*child, markType); in count_children()
2073 examples += count_children(*topic.second, MarkType::kExample); in main()
2074 methods += count_children(*topic.second, MarkType::kMethod); in main()
2075 topics += count_children(*topic.second, MarkType::kSubtopic); in main()
2076 topics += count_children(*topic.second, MarkType::kTopic); in main()