Searched defs:kBytesTestLiteral (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/pw_bytes/ |
D | byte_builder_test.cc | 60 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05); in TEST() local 72 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05); in TEST() local 85 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05, 0x06, 0x07); in TEST() local 99 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05, 0x06, 0x07); in TEST() local 293 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05, 0x06, 0x07); in TEST() local
|