Lines Matching refs:GetIndex
47 virtual s32 GetIndex(const char* key) const = 0;
48 virtual s32 GetIndex(const ResName n ) const = 0;
74 s32 GetIndex(const char* key) const { return m_Dic.GetIndex( key ); }
75 s32 GetIndex(const ResName n ) const { return m_Dic.GetIndex( n ); }
122 s32 idx = this->GetIndex(key);
129 s32 idx = this->GetIndex(key);
136 s32 GetIndex(const char* key) const;
137 s32 GetIndex(const ResName key) const in GetIndex() function
140 return this->GetIndex(key.GetName()); in GetIndex()
240 s32 GetIndex(const char* s) const in GetIndex() function
258 s32 GetIndex(const ResName n) const in GetIndex() function