Home | History | Annotate | Download | only in messages

Lines Matching full:blob

17 #include <nvram/messages/blob.h>
26 Blob::Blob() {}
28 Blob::~Blob() {
34 Blob::Blob(Blob&& other) : Blob() {
38 Blob& Blob::operator=(Blob&& other) {
43 void swap(Blob& first, Blob& second) {
54 bool Blob::Assign(const void* data, size_t size) {
66 bool Blob::Resize(size_t size) {