Searched defs:IsValidIndex (Results 1 – 8 of 8) sorted by relevance
114 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
112 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
175 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