Searched refs:child_id_string (Results 1 – 2 of 2) sorted by relevance
430 std::string child_id_string; in GetChildWithName() local432 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in GetChildWithName()436 if (!base::StringToInt64(child_id_string, child_id)) { in GetChildWithName()477 std::string child_id_string = iter->value().ToString(); in ListChildren() local479 if (!base::StringToInt64(child_id_string, &child_id)) { in ListChildren()529 std::string child_id_string; in AddFileInfo() local531 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in AddFileInfo()
124 Id child_id_string = child.GetFirstChildId(); in VerifyDataTypeEncryptionForTest() local126 to_visit.push(child_id_string); in VerifyDataTypeEncryptionForTest()