Lines Matching defs:child
61 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
89 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
107 unique_node_ptr child = CreateNode(parent1.get(), "subdir"); in TEST_F() local
126 unique_node_ptr child = CreateNode(parent1.get(), "subdir"); in TEST_F() local
241 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
253 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
280 node* child = node::Create(parent.get(), "subdir", "", true, 0, 0, &lock_, 0, &tracker_); in TEST_F() local
292 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
314 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
325 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
456 unique_node_ptr child = CreateNode(parent.get(), "subdir"); in TEST_F() local
537 auto test_fn_match_all = [&](node* child) { in TEST_F()
543 auto test_fn_match_first = [&](node* child) { in TEST_F()
549 auto test_fn_match_none = [&](node* child) { in TEST_F()