Searched refs:low_hash (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/net/quic/
H A Dquic_data_reader.cc52 uint64 low_hash; local
54 if (!ReadUInt64(&low_hash)) {
61 *result = uint128(high_hash, low_hash);

Completed in 100 milliseconds