Home | History | Annotate | Download | only in syncable

Lines Matching full:child2

928   MutableEntry child2(&wtrans, CREATE, parent2.Get(ID), "Pete");
929 ASSERT_TRUE(child2.good());
930 child2.Put(IS_DIR, true);
931 child2.Put(ID, id_factory.NewServerId());
932 child2.Put(BASE_VERSION, 1);
933 MutableEntry grandchild2(&wtrans, CREATE, child2.Get(ID), "Pete");
942 // child child2