Searched refs:found_parent (Results 1 – 2 of 2) sorted by relevance
419 bool found_parent = false, found_child = false; in TEST() local538 found_parent = true; in TEST()543 ASSERT_TRUE(found_parent); in TEST()555 found_parent = false; in TEST()559 found_parent = true; in TEST()564 ASSERT_FALSE(found_parent); in TEST()
501 bool found_parent, found_child; in TEST() local602 found_parent = false; in TEST()606 found_parent = true; in TEST()612 found_parent ? "found" : "NOT FOUND", in TEST()617 ASSERT_TRUE(found_parent); in TEST()