Searched refs:parent_id_string (Results 1 – 13 of 13) sorted by relevance
698 entry.parent_id_string = parent_id846 if entry.parent_id_string == ROOT_ID:852 if entry.parent_id_string not in self._entries:855 if entry.parent_id_string == entry.id_string:858 if self._entries[entry.parent_id_string].deleted:861 if not self._entries[entry.parent_id_string].folder:893 if entry.parent_id_string in commit_session:894 entry.parent_id_string = commit_session[entry.parent_id_string]916 if entry.parent_id_string not in local_ids_in_commit:917 server_ids_in_commit.add(entry.parent_id_string)[all …]
202 proto.parent_id_string = original.parent_id_string211 proto.parent_id_string = parent.id_string242 self.assertEqual(result1.parent_id_string, proto1.parent_id_string)243 self.assertEqual(result2.parent_id_string, result1.id_string)301 self.assertTrue(result4.parent_id_string ==302 result1b.parent_id_string ==303 result5.parent_id_string ==
608 string parent_id_string = entry.parent_id_string(); in ProcessCommit() local610 if (changed_ids.end() != changed_ids.find(parent_id_string)) { in ProcessCommit()611 parent_id_string = changed_ids[parent_id_string]; in ProcessCommit()612 er->set_parent_id_string(parent_id_string); in ProcessCommit()
118 entryresponse->set_parent_id_string(it->parent_id_string()); in DoSuccessfulCommit()
93 response->set_parent_id_string(entity.parent_id_string()); in CreateSuccessfulCommitResponse()324 EXPECT_FALSE(commit_message.entries(0).parent_id_string().empty()); in TEST_F()350 EXPECT_TRUE(commit_message.entries(0).parent_id_string().empty()); in TEST_F()
250 (SyncableIdFromProto(update.parent_id_string()) == in ProcessUpdate()
384 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string())); in UpdateServerFieldsFromUpdate()
571 entry.parent_id_string().c_str(), in SyncEntityDebugString()
675 EXPECT_EQ(kTypeParentId, entity.parent_id_string()); in TEST_F()
2443 EXPECT_EQ(root_id_.GetServerId(), update->parent_id_string()); in TEST_F()3723 EXPECT_TRUE(commit.entries(0).parent_id_string() == "2"); in TEST_F()
427 string parent_id = client_entity.parent_id_string(); in HandleCommitRequest()
838 SET_STR(parent_id_string); in SyncEntityToValue()960 SET_STR(parent_id_string); in EntryResponseToValue()
149 optional string parent_id_string = 2; field790 optional string parent_id_string = 4; field