Searched refs:m_cachedIndex (Results 1 – 1 of 1) sorted by relevance
301 m_cachedIndex = m_vector.m_start-1; in m_vector()313 m_cachedIndex = -1; in m_vector()317 m_cachedIndex = llElements[m_currentEl].index; in m_vector()323 Index index() const { return m_cachedIndex; } in index()326 operator bool() const { return m_cachedIndex>=0; }334 ++m_cachedIndex;335 } while (m_cachedIndex<m_vector.m_end && abs(m_vector.m_buffer[m_cachedIndex])<m_epsilon);336 if (m_cachedIndex<m_vector.m_end)337 m_cachedValue = m_vector.m_buffer[m_cachedIndex];339 m_cachedIndex=-1;[all …]