Lines Matching refs:ref
79 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL()
90 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
91 const s32* GetValues() const { return &(ref().m_Values[0]); } in GetValues()
92 s32* GetValues() { return &(ref().m_Values[0]); } in GetValues()
94 s32 GetValues(int idx) const { return ref().m_Values[idx]; } in GetValues()
95 void SetValues(int idx, s32 value) { ref().m_Values[idx] = value; } in SetValues()
97 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
108 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
110 const f32* GetValues() const { return &(ref().m_Values[0]); } in GetValues()
111 f32* GetValues() { return &(ref().m_Values[0]); } in GetValues()
113 f32 GetValues(int idx) const { return ref().m_Values[idx]; } in GetValues()
114 void SetValues(int idx, f32 value) { ref().m_Values[idx] = value; } in SetValues()
116 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
137 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
139 const char* GetValues(int idx) const { return ref().m_Values[idx].to_ptr(); } in GetValues()
140 …const wchar_t* GetWValues(int idx) const { return reinterpret_cast<const wchar_t*>(ref().m_Values[… in GetWValues()
142 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()