Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.h299 class BinaryTree {
301 BinaryTree() : m_root(nullptr) { } in BinaryTree() function
302 ~BinaryTree() { in ~BinaryTree()
328 …bool operator ==(const BinaryTree& other_tree) const { return compare_nodes(m_root, other_tree.m_r…