Lines Matching refs:m_count
2348 m_count(0), in Cues()
2357 const long n = m_count + m_preload_count; in ~Cues()
2379 return m_count; //TODO: really ignore preload count? in GetCount()
2395 assert(m_count == 0); in Init()
2437 assert(m_count == 0); in PreloadCuePoint()
2506 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint()
2511 ++m_count; in LoadCuePoint()
2538 assert(m_count > 0); in Find()
2543 CuePoint** const jj = ii + m_count + m_preload_count; in Find()
2593 if (m_count == 0) in Find()
2599 CuePoint** const jj = ii + m_count; in Find()
2666 if (m_count == 0)
2674 const CuePoint* const* const jj = ii + m_count;
2721 if (m_count == 0) in GetFirst()
2727 const size_t count = m_count + m_preload_count; in GetFirst()
2749 if (m_count <= 0) in GetLast()
2755 const size_t count = m_count + m_preload_count; in GetLast()
2771 const long index = m_count - 1; in GetLast()
2792 assert(m_count >= 1); in GetNext()
2795 const size_t count = m_count + m_preload_count; in GetNext()
2815 assert(index < m_count); in GetNext()
2823 if (index >= m_count) in GetNext()