Lines Matching full:editions
3908 Edition* const editions = new (std::nothrow) Edition[size];3910 if (editions == NULL)3914 m_editions[idx].ShallowCopy(editions[idx]);3918 m_editions = editions;