Home | History | Annotate | Download | only in attachments

Lines Matching refs:sync_pb

15 namespace sync_pb {
17 } // namespace sync_pb
42 static AttachmentId CreateFromProto(const sync_pb::AttachmentIdProto& proto);
44 const sync_pb::AttachmentIdProto& GetProto() const;
47 // Necessary since we forward-declare sync_pb::AttachmentIdProto; see comments
50 typedef sync_pb::AttachmentIdProto* Wrapper;
53 static const sync_pb::AttachmentIdProto& Unwrap(const Wrapper& wrapper);
54 static sync_pb::AttachmentIdProto* UnwrapMutable(Wrapper* wrapper);
55 static void Swap(sync_pb::AttachmentIdProto* t1,
56 sync_pb::AttachmentIdProto* t2);
59 typedef Immutable<sync_pb::AttachmentIdProto,
65 AttachmentId(sync_pb::AttachmentIdProto* proto);