Searched refs:Read16 (Results 1 – 1 of 1) sorted by relevance
47 bool WARN_UNUSED Read16(std::istream& stream, uint16_t* out) { in Read16() function217 if (!Read32(stream, &target_entry.target_id) || !Read16(stream, &unused2) || in FromBinaryStream()