Searched defs:AttachmentId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dattachment_id.h25 class SYNC_EXPORT AttachmentId { class in namespace:syncer
27 ~AttachmentId();
31 bool operator==(const AttachmentId& other) const;
33 bool operator!=(const AttachmentId& other) const;
35 // Needed for using AttachmentId as key in std::map.
36 bool operator<(const AttachmentId& other) const;
39 static AttachmentId Create();
42 static AttachmentId CreateFromProto(const sync_pb::AttachmentIdProto& proto);
65 AttachmentId(sync_pb::AttachmentIdProto* proto);
68 typedef std::vector<AttachmentId> AttachmentIdLis
[all...]
H A Dattachment_id.cc13 void AttachmentId::ImmutableAttachmentIdProtoTraits::InitializeWrapper(
18 void AttachmentId::ImmutableAttachmentIdProtoTraits::DestroyWrapper(
24 AttachmentId::ImmutableAttachmentIdProtoTraits::Unwrap(const Wrapper& wrapper) {
29 AttachmentId::ImmutableAttachmentIdProtoTraits::UnwrapMutable(
34 void AttachmentId::ImmutableAttachmentIdProtoTraits::Swap(
40 AttachmentId::~AttachmentId() {}
42 bool AttachmentId::operator==(const AttachmentId& other) const {
46 bool AttachmentId
71 AttachmentId::AttachmentId(sync_pb::AttachmentIdProto* proto) function in class:syncer::AttachmentId
[all...]

Completed in 1193 milliseconds