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