Searched refs:left_child (Results 1 – 2 of 2) sorted by relevance
37 ASSERT_TRUE(NULL != root->left_child()); in TEST()39 EXPECT_EQ(3u, root->left_child()->this_size()); in TEST()42 EXPECT_FALSE(root->left_child()->packet_start()); in TEST()73 EXPECT_TRUE(opt == root->left_child()->right_child()->left_child()-> in TEST()74 right_child()->left_child()->right_child()->left_child()); in TEST()
58 PartitionTreeNode* left_child() const { return children_[kLeftChild]; } in left_child() function