Searched defs:DataView (Results 1 – 2 of 2) sorted by relevance
59 struct DataView { struct60 vector<uint8_t> buffer; // previously buffered data from cycle n-161 const vector<uint8_t>& data; // current data in cycle n.62 uint32_t start; // start of the view63 size_t length; // length of the view
82 struct DataView { struct83 vector<uint8_t> buffer; // previously buffered data from cycle n-184 const vector<uint8_t>& data; // current data in cycle n.85 uint32_t start; // start of the view86 size_t length; // length of the view