Lines Matching refs:ut
26 namespace ut {
31 nw::ut::ResTypeInfo typeInfo;
32 nw::ut::BinString toKey;
33 nw::ut::ResS32 m_DataType;
39 nw::ut::ResS32 m_ValuesCount;
40 nw::ut::ResS32 m_Values[1]; // ValueCount分の値が格納されている
46 nw::ut::ResS32 m_ValuesCount;
47 nw::ut::ResF32 m_Values[1]; // ValueCount分の値が格納されている
53 nw::ut::ResU32 m_Encoding;
54 nw::ut::ResS32 m_ValuesCount;
55 nw::ut::BinString m_Values[1]; // ValueCount分の値が格納されている
59 class ResMetaData : public nw::ut::ResCommon< ResMetaDataData >
77 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL()
95 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
114 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
140 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()