Home | History | Annotate | Download | only in attachments

Lines Matching refs:Wrapper

14     Wrapper* wrapper) {
15 *wrapper = new sync_pb::AttachmentIdProto();
19 Wrapper* wrapper) {
20 delete *wrapper;
24 AttachmentId::ImmutableAttachmentIdProtoTraits::Unwrap(const Wrapper& wrapper) {
25 return *wrapper;
30 Wrapper* wrapper) {
31 return *wrapper;