Lines Matching refs:ref
77 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL()
88 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
89 const s32* GetValues() const { return &(ref().m_Values[0]); } in GetValues()
90 s32* GetValues() { return &(ref().m_Values[0]); } in GetValues()
92 s32 GetValues(int idx) const { return ref().m_Values[idx]; } in GetValues()
93 void SetValues(int idx, s32 value) { ref().m_Values[idx] = value; } in SetValues()
95 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
106 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
108 const f32* GetValues() const { return &(ref().m_Values[0]); } in GetValues()
109 f32* GetValues() { return &(ref().m_Values[0]); } in GetValues()
111 f32 GetValues(int idx) const { return ref().m_Values[idx]; } in GetValues()
112 void SetValues(int idx, f32 value) { ref().m_Values[idx] = value; } in SetValues()
114 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
135 s32 GetValuesCount() const { return ref().m_ValuesCount; } in NW_RES_CTOR_INHERIT()
137 const char* GetValues(int idx) const { return ref().m_Values[idx].to_ptr(); } in GetValues()
138 …const wchar_t* GetWValues(int idx) const { return reinterpret_cast<const wchar_t*>(ref().m_Values[… in GetWValues()
140 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()