Home | History | Annotate | Download | only in mkvparser

Lines Matching defs:atoms

3411   Atom* const atoms = new (std::nothrow) Atom[size];
3413 if (atoms == NULL)
3417 m_atoms[idx].ShallowCopy(atoms[idx]);
3421 m_atoms = atoms;