serializable.h | 156 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster 181 if (!copy_uint32_from_buf(buf_ptr, end, count)) 193 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))
|