Searched refs:extract8 (Results 1 – 3 of 3) sorted by relevance
67 uint8_t number_of_attributes = static_cast<uint8_t>(it.extract8()); in GetRequestedAttributes()70 attribute_list.push_back((PlayerAttribute)it.extract8()); in GetRequestedAttributes()
57 return static_cast<PlayerAttribute>(it.extract8()); in GetRequestedAttribute()
104 uint8_t extract8() { return extract<uint8_t>(); } in extract8() function