Searched refs:kBytesLength (Results 1 – 1 of 1) sorted by relevance
248 template <uint8_t kBytesLength> void OutputBytes(const uint8_t (&aBytes)[kBytesLength]) in OutputBytes() argument250 OutputBytes(aBytes, kBytesLength); in OutputBytes()262 template <uint8_t kBytesLength> void OutputBytesLine(const uint8_t (&aBytes)[kBytesLength]) in OutputBytesLine() argument264 OutputBytesLine(aBytes, kBytesLength); in OutputBytesLine()484 template <uint8_t kBytesLength> void OutputBytes(const uint8_t (&aBytes)[kBytesLength]) in OutputBytes() argument486 mOutput.OutputBytes(aBytes, kBytesLength); in OutputBytes()489 template <uint8_t kBytesLength> void OutputBytesLine(const uint8_t (&aBytes)[kBytesLength]) in OutputBytesLine() argument491 mOutput.OutputBytesLine(aBytes, kBytesLength); in OutputBytesLine()