Lines Matching refs:GetIndex
49 virtual s32 GetIndex(const char* key) const = 0;
50 virtual s32 GetIndex(const ResName n ) const = 0;
76 s32 GetIndex(const char* key) const { return m_Dic.GetIndex( key ); }
77 s32 GetIndex(const ResName n ) const { return m_Dic.GetIndex( n ); }
124 s32 idx = this->GetIndex(key);
131 s32 idx = this->GetIndex(key);
138 s32 GetIndex(const char* key) const;
139 s32 GetIndex(const ResName key) const in GetIndex() function
142 return this->GetIndex(key.GetName()); in GetIndex()
242 s32 GetIndex(const char* s) const in GetIndex() function
260 s32 GetIndex(const ResName n) const in GetIndex() function