Searched defs:ByteArray (Results 1 – 1 of 1) sorted by relevance
39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray() function42 ByteArray(std::array<uint8_t, kLength> a) : bytes(std::move(a)) {} in ByteArray() function