Searched defs:canGetIndex (Results 1 – 2 of 2) sorted by relevance
64 bool canGetIndex(unsigned i) { return i < m_fastAccessCutoff; } in canGetIndex() function
90 bool canGetIndex(unsigned i) { return i < static_cast<unsigned>(m_value.size()); } in canGetIndex() function