Searched refs:m_cachedIndex (Results 1 – 1 of 1) sorted by relevance
305 m_cachedIndex = m_vector.m_start-1; in m_vector()317 m_cachedIndex = -1; in m_vector()321 m_cachedIndex = llElements[m_currentEl].index; in m_vector()327 StorageIndex index() const { return m_cachedIndex; } in index()330 operator bool() const { return m_cachedIndex>=0; }338 ++m_cachedIndex;339 } while (m_cachedIndex<m_vector.m_end && abs(m_vector.m_buffer[m_cachedIndex])<=m_epsilon);340 if (m_cachedIndex<m_vector.m_end)341 m_cachedValue = m_vector.m_buffer[m_cachedIndex];343 m_cachedIndex=-1;[all …]