Searched refs:fUByte2_Type (Results 1 – 3 of 3) sorted by relevance
79 case 2: return *context.fUByte2_Type; in get_type()
209 case 2: return *context.fUByte2_Type; in toCompound()
53 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()193 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(),246 const std::unique_ptr<Type> fUByte2_Type; variable