HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment_id.cc 13 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::operator!=(const AttachmentId& other) const
    [all...]
attachment_id.h 25 class SYNC_EXPORT AttachmentId {
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> AttachmentIdList
    [all...]

Completed in 51 milliseconds