Home
last modified time | relevance | path

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

/third_party/boost/boost/heap/detail/
Dheap_node.hpp66 std::size_t count_nodes(const Node * n);
75 ret += count_nodes<Node>(child); in count_list_nodes()
81 std::size_t count_nodes(const Node * n) in count_nodes() function
/third_party/boost/libs/lockfree/test/
Dspsc_queue_stress_test.cpp110 BOOST_REQUIRE(working_set.count_nodes() == 0); in run()
212 BOOST_REQUIRE(working_set.count_nodes() == 0); in run()
Dtest_helpers.hpp73 std::size_t count_nodes(void) const in count_nodes() function in static_hashed_set
Dtest_common.hpp135 BOOST_REQUIRE_EQUAL(data.count_nodes(), (size_t)0); in run()
/third_party/flutter/skia/experimental/xform/
DXContext.cpp87 static int count_nodes(const Xform* x) { in count_nodes() function in CanvasXContext
96 int n = count_nodes(x); in onPush()
/third_party/skia/experimental/xform/
DXContext.cpp87 static int count_nodes(const Xform* x) { in count_nodes() function in CanvasXContext
96 int n = count_nodes(x); in onPush()
/third_party/boost/boost/heap/
Dpairing_heap.hpp300 return detail::count_nodes(root); in size()
Dbinomial_heap.hpp902 size_type child_nodes = detail::count_nodes<node_type>(n); in sorted_by_degree()
/third_party/glib/gio/tests/
Dgdbus-test-codegen.c1473 count_nodes (GDBusNodeInfo *info) in count_nodes() function
1993 g_assert_cmpint (count_nodes (info), ==, 0); in check_object_manager()
2323 g_assert_cmpint (count_nodes (info), ==, 0); in check_object_manager()