Searched refs:actual_len (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/spdy/ |
D | spdy_test_utils.cc | 63 const int actual_len, in CompareCharArraysWithHexError() argument 66 const int min_len = std::min(actual_len, expected_len); in CompareCharArraysWithHexError() 67 const int max_len = std::max(actual_len, expected_len); in CompareCharArraysWithHexError() 69 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() 88 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len); in CompareCharArraysWithHexError()
|
D | spdy_test_utils.h | 27 const int actual_len,
|
/external/chromium_org/net/quic/test_tools/ |
D | quic_test_utils.cc | 494 const int actual_len, in CompareCharArraysWithHexError() argument 497 EXPECT_EQ(actual_len, expected_len); in CompareCharArraysWithHexError() 498 const int min_len = min(actual_len, expected_len); in CompareCharArraysWithHexError() 499 const int max_len = max(actual_len, expected_len); in CompareCharArraysWithHexError() 501 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() 520 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len); in CompareCharArraysWithHexError()
|
D | quic_test_utils.h | 73 const int actual_len,
|