Searched refs:found_child (Results 1 – 2 of 2) sorted by relevance
419 bool found_parent = false, found_child = false; in TEST() local540 found_child = true; in TEST()544 ASSERT_TRUE(found_child); in TEST()556 found_child = false; in TEST()561 found_child = true; in TEST()565 ASSERT_FALSE(found_child); in TEST()
501 bool found_parent, found_child; in TEST() local603 found_child = false; in TEST()608 found_child = true; in TEST()613 found_child ? "found" : "NOT FOUND"); in TEST()615 ASSERT_TRUE(found_child); in TEST()