Searched refs:bytesToHexString (Results 1 – 4 of 4) sorted by relevance
42 EXPECT_EQ(bytesToHexString({0x1a, 0x2b}), "1A2B"); in TEST()
27 inline std::string bytesToHexString(const std::vector<uint8_t>& bytes) in bytesToHexString() function
174 bytesToHexString(responseBytes); in invocationCallback()
265 "0x" + bytesToHexString(std::get<0>(code.second)); in fillPostCodeEntry()