Home
last modified time | relevance | path

Searched refs:ResName (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResDictionary.h45 virtual void* operator[](const ResName key) const = 0;
50 virtual s32 GetIndex(const ResName n ) const = 0;
53 virtual const ResName GetResName(u32 idx) const = 0;
72 void* operator[](const ResName key) const { return m_Dic[ key ]; }
77 s32 GetIndex(const ResName n ) const { return m_Dic.GetIndex( n ); }
80 const ResName GetResName(u32 idx) const { return m_Dic.GetResName( idx ); }
129 void* operator[](const ResName key) const
139 s32 GetIndex(const ResName key) const in GetIndex()
146 const ResName GetResName(u32 /*idx*/) const { return ResName(); } in GetResName()
225 void* operator[](const ResName n) const
[all …]
Dut_ResUtil.h411 class ResName : public ResCommon<ResNameData>
414 NW_RES_CTOR( ResName ) in NW_RES_CTOR() argument
/NW4C-2.0.3/sources/libraries/ut/
Dut_ResDictionary.cpp46 ResDicPatricia::Get(const ResName rhs) const in Get()
76 if (rhs == ResName(((u8*)&r + x->ofsString - sizeof(u32)))) in Get()