Searched refs:hexdumpToStream (Results 1 – 3 of 3) sorted by relevance
36 using HidUtil::hexdumpToStream; in test()47 hexdumpToStream(LOG_V, info.descriptor.begin(), info.descriptor.end()); in test()65 hexdumpToStream(LOG_V, buffer.begin(), buffer.end()); in test()
26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end()); in printRawValue()
139 void hexdumpToStream(std::ostream &os, const ForwardIterator &first, const ForwardIterator &last) { in hexdumpToStream() function