Home | History | Annotate | Download | only in engine

Lines Matching defs:id_string

291   syncable::Id id_string = GetEntry()->Get(syncable::PREV_ID);
292 if (id_string.IsRoot())
294 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
298 syncable::Id id_string = GetEntry()->Get(syncable::NEXT_ID);
299 if (id_string.IsRoot())
301 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
307 syncable::Id id_string =
309 if (id_string.IsRoot())
311 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);