Searched defs:IsValidIndex (Results 1 – 8 of 8) sorted by relevance
120 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
121 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
173 bool IsValidIndex(size_t index) const { return index < m_Span.size(); } in IsValidIndex() function
381 bool CmDynamicArray::IsValidIndex( const uint32_t index ) in IsValidIndex() function in CMRT_UMD::CmDynamicArray
37 bool IsValidIndex(dex::u4 index) { return index != (unsigned)-1; } in IsValidIndex() function
534 inline bool CordRepRing::IsValidIndex(index_type index) const { in IsValidIndex() function