Searched defs:BufferToStruct (Results 1 – 2 of 2) sorted by relevance
307 bool BufferToStruct(const uint8_t *data, size_t size, /* out */ Struct &str) in BufferToStruct() function317 bool BufferToStruct(const std::vector<uint8_t> &buffer, /* out */ Struct &str) in BufferToStruct() function
307 bool BufferToStruct(const uint8_t *data, size_t size, Struct &out) in BufferToStruct() function317 bool BufferToStruct(const std::vector<uint8_t> &buffer, Struct &out) in BufferToStruct() function