Home
last modified time | relevance | path

Searched refs:Attachments (Results 1 – 8 of 8) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/mail/
Dmail.go51 Attachments []Attachment member
94 if len(msg.Attachments) > 0 {
95 req.Attachment = make([]*pb.MailAttachment, len(msg.Attachments))
96 for i, att := range msg.Attachments {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1104 for (auto &I : Attachments) in set()
1109 Attachments.emplace_back(std::piecewise_construct, std::make_tuple(ID), in set()
1118 if (Attachments.back().first == ID) { in erase()
1119 Attachments.pop_back(); in erase()
1123 for (auto I = Attachments.begin(), E = std::prev(Attachments.end()); I != E; in erase()
1126 *I = std::move(Attachments.back()); in erase()
1127 Attachments.pop_back(); in erase()
1135 for (const auto &I : Attachments) in lookup()
1143 Result.append(Attachments.begin(), Attachments.end()); in getAll()
1151 Attachments.push_back({ID, TrackingMDNodeRef(&MD)}); in insert()
[all …]
DLLVMContextImpl.h1149 SmallVector<std::pair<unsigned, TrackingMDNodeRef>, 2> Attachments;
1152 bool empty() const { return Attachments.empty(); }
1153 size_t size() const { return Attachments.size(); }
1179 Attachments.erase(llvm::remove_if(Attachments, shouldRemove),
1180 Attachments.end());
1192 SmallVector<Attachment, 1> Attachments;
1195 bool empty() const { return Attachments.empty(); }
/external/llvm/lib/IR/
DMetadata.cpp1084 for (auto &I : Attachments) in set()
1089 Attachments.emplace_back(std::piecewise_construct, std::make_tuple(ID), in set()
1098 if (Attachments.back().first == ID) { in erase()
1099 Attachments.pop_back(); in erase()
1103 for (auto I = Attachments.begin(), E = std::prev(Attachments.end()); I != E; in erase()
1106 *I = std::move(Attachments.back()); in erase()
1107 Attachments.pop_back(); in erase()
1113 for (const auto &I : Attachments) in lookup()
1121 Result.append(Attachments.begin(), Attachments.end()); in getAll()
1129 Attachments.push_back({ID, TrackingMDNodeRef(&MD)}); in insert()
[all …]
DLLVMContextImpl.h971 SmallVector<std::pair<unsigned, TrackingMDNodeRef>, 2> Attachments;
974 bool empty() const { return Attachments.empty(); }
975 size_t size() const { return Attachments.size(); }
1001 Attachments.erase(
1002 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove),
1003 Attachments.end());
1015 SmallVector<Attachment, 1> Attachments;
1018 bool empty() const { return Attachments.empty(); }
/external/syzkaller/dashboard/app/
Djobs_test.go138 c.expectEQ(len(msg.Attachments), 0)
180 c.expectEQ(len(msg.Attachments), 0)
221 c.expectEQ(len(msg.Attachments), 0)
264 c.expectEQ(len(msg.Attachments), 0)
330 c.expectEQ(len(msg.Attachments), 0)
Demail_test.go47 c.expectEQ(len(msg.Attachments), 0)
146 c.expectEQ(len(msg.Attachments), 0)
197 c.expectEQ(len(msg.Attachments), 0)
275 c.expectEQ(len(msg.Attachments), 0)
Dreporting_email.go425 Attachments: attachments,
451 Attachments: attachments,