Searched refs:memoryAsHexString (Results 1 – 1 of 1) sorted by relevance
197 inline std::string memoryAsHexString(const void *memory, const uint32_t size) in memoryAsHexString() function210 << memoryAsHexString(expected, size) << " but got " in logValueMismatch()211 …yValue ? de::toString(memoryAsInteger(actual, size)) + " " : "") << memoryAsHexString(actual, size) in logValueMismatch()