Home | History | Annotate | Download | only in src

Lines Matching refs:m_separatorIndex

52     : m_separatorIndex(-1)
64 return m_names.size() + ((m_separatorIndex == -1) ? 0 : 1);
112 if (m_separatorIndex != -1)
113 m_separatorIndex--;
121 return !m_uniqueIDs[index] && (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex));
130 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
148 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
228 return (m_separatorIndex != -1 && static_cast<unsigned>(m_separatorIndex) == listIndex);
334 m_separatorIndex = separatorIndex;
343 if (listIndex == static_cast<unsigned>(m_separatorIndex))
346 if (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex))