Home | History | Annotate | Download | only in syncable

Lines Matching refs:child_name

993   std::string child_name = "child";
1004 MutableEntry child(&wt, CREATE, parent_folder.Get(ID), child_name);
1010 EXPECT_EQ(0, CountEntriesWithName(&wt, wt.root_id(), child_name));
1012 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name));
1013 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name));
1016 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name));
1017 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name));