Searched defs:IsValidIndex (Results 1 – 10 of 10) sorted by relevance
120 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
172 bool IsValidIndex(size_t index) const { return index < m_Span.size(); } in IsValidIndex() function
531 inline bool CordRepRing::IsValidIndex(index_type index) const { in IsValidIndex() function
534 inline bool CordRepRing::IsValidIndex(index_type index) const { in IsValidIndex() function
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4