Searched refs:m_atoms_count (Results 1 – 4 of 4) sorted by relevance
3327 int Chapters::Edition::GetAtomCount() const { return m_atoms_count; } in GetAtomCount()3333 if (index >= m_atoms_count) in GetAtom()3342 m_atoms_count = 0; in Init()3348 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()3352 while (m_atoms_count > 0) { in Clear()3353 Atom& a = m_atoms[--m_atoms_count]; in Clear()3400 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()3407 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()3417 for (int idx = 0; idx < m_atoms_count; ++idx) { in ExpandAtomsArray()
584 int m_atoms_count; member in mkvparser::Chapters::Edition
3326 int Chapters::Edition::GetAtomCount() const { return m_atoms_count; } in GetAtomCount()3332 if (index >= m_atoms_count) in GetAtom()3341 m_atoms_count = 0; in Init()3347 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()3351 while (m_atoms_count > 0) { in Clear()3352 Atom& a = m_atoms[--m_atoms_count]; in Clear()3399 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()3406 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()3416 for (int idx = 0; idx < m_atoms_count; ++idx) { in ExpandAtomsArray()
671 int m_atoms_count; variable