Searched refs:FromKind (Results 1 – 3 of 3) sorted by relevance
114 static Representation FromKind(Kind kind) { return Representation(kind); } in FromKind() function257 return Representation::FromKind(static_cast<Representation::Kind>(bits)); in DecodeRepresentation()
982 return Representation::FromKind(RepresentationBits::decode(bit_field_)); in representation()
5918 return Representation::FromKind(RepresentationField::decode(value_)); in representation()