Home | History | Annotate | Download | only in spdy

Lines Matching defs:HexDumpWithMarks

18 std::string HexDumpWithMarks(const unsigned char* data, int length,
74 << HexDumpWithMarks(expected, expected_len, marks.get(), max_len)
76 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len);