Home | History | Annotate | Download | only in engine

Lines Matching defs:parentid

186     Id parentid = entryi.Get(syncable::SERVER_PARENT_ID);
187 // Create the entry here as it's the only place we could ever get a parentid
189 Entry parent(trans, syncable::GET_BY_ID, parentid);
196 while (!parentid.IsRoot()) {
197 Entry parent(trans, syncable::GET_BY_ID, parentid);
199 if (parentid == *i)
201 parentid = parent.Get(syncable::PARENT_ID);
203 if (parentid.IsRoot())
220 Id parentid = entry.Get(syncable::PARENT_ID);
221 MutableEntry parent(trans, syncable::GET_BY_ID, parentid);
224 !binary_search(conflict_set->begin(), conflict_set->end(), parentid))
231 Id id = parentid;
242 id = parentid;