Searched refs:getInt128 (Results 1 – 2 of 2) sorted by relevance
54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); } in getInt128() function
448 packet.getInt128(value.u.i128); in readValue()