Searched refs:GetProto (Results 1 – 11 of 11) sorted by relevance
383 std::string unique_id = id.GetProto().unique_id(); in TEST_F()392 std::string unique_id = id.GetProto().unique_id(); in TEST_F()401 std::string unique_id = id.GetProto().unique_id(); in TEST_F()410 std::string unique_id = id.GetProto().unique_id(); in TEST_F()444 attachment.GetId().GetProto().unique_id()); in TEST_F()543 attachment.GetId().GetProto().unique_id()); in TEST_F()580 attachment.GetId().GetProto().unique_id()); in TEST_F()618 attachment.GetId().GetProto().unique_id()); in TEST_F()
250 attachment_id.GetProto().unique_id())); in StopAndReportResult()281 const std::string unique_id = attachment_id.GetProto().unique_id(); in UploadAttachment()320 path += attachment_id.GetProto().unique_id(); in GetURLForAttachmentId()
25 DCHECK(!attachment.GetId().GetProto().unique_id().empty()); in UploadAttachment()
88 transaction_, attachment_id.GetProto(), &handles); in UpdateEntriesMarkAttachmentAsOnServer()93 entry.MarkAttachmentAsOnServer(attachment_id.GetProto()); in UpdateEntriesMarkAttachmentAsOnServer()
647 *record->mutable_id() = attachment_id.GetProto(); in TEST_F()648 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()652 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()659 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()666 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()674 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()678 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()687 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.GetProto())); in TEST_F()
44 const sync_pb::AttachmentIdProto& GetProto() const;
67 const sync_pb::AttachmentIdProto& AttachmentId::GetProto() const { in GetProto() function in syncer::AttachmentId
441 sync_pb::AttachmentIdProto attachment_id_proto = attachment_ids[0].GetProto(); in TEST_F()468 *record1->mutable_id() = id1.GetProto(); in TEST_F()470 *record2->mutable_id() = id2.GetProto(); in TEST_F()
44 *record.mutable_id() = attachment_id.GetProto(); in AttachmentIdToRecord()
23 return attachment_id.GetProto(); in IdToProto()
1725 sync_pb::AttachmentIdProto attachment_id_proto = attachment_id.GetProto(); in TEST_F()