Searched refs:bufferArr2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 992 constexpr std::array<uint8_t, 7> bufferArr2{0x30, 0x70, 0x65, 0x6e, in TEST() 994 buffer.ptr = bufferArr2.data(); in TEST() 995 buffer.length = bufferArr2.size(); 1013 constexpr std::array<uint8_t, 7> bufferArr2{0x30, 0x70, 0x65, 0x6e, TEST() local
|