Searched refs:partBodyBuffer (Results 1 – 1 of 1) sorted by relevance
348 std::unique_ptr<char[]> partBodyBuffer = part.ReadBodyPartBuffer(partBodyLen); in GetAllAttachment() local349 if (partBodyBuffer == nullptr) { in GetAllAttachment()353 attachment.SetDataBuffer(std::move(partBodyBuffer), partBodyLen); in GetAllAttachment()