Home
last modified time | relevance | path

Searched refs:low_hash (Results 1 – 1 of 1) sorted by relevance

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