Searched refs:m_atoms_size (Results 1 – 4 of 4) sorted by relevance
3341 m_atoms_size = 0; in Init()3347 rhs.m_atoms_size = m_atoms_size; in ShallowCopy()3360 m_atoms_size = 0; in Clear()3407 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()3410 const int size = (m_atoms_size == 0) ? 1 : 2 * m_atoms_size; in ExpandAtomsArray()3424 m_atoms_size = size; in ExpandAtomsArray()
583 int m_atoms_size; member in mkvparser::Chapters::Edition
3340 m_atoms_size = 0; in Init()3346 rhs.m_atoms_size = m_atoms_size; in ShallowCopy()3359 m_atoms_size = 0; in Clear()3406 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()3409 const int size = (m_atoms_size == 0) ? 1 : 2 * m_atoms_size; in ExpandAtomsArray()3423 m_atoms_size = size; in ExpandAtomsArray()
670 int m_atoms_size; variable