Searched refs:m_specs (Results 1 – 1 of 1) sorted by relevance
465 m_specs(), in ModuleSpecList()471 m_specs(), in ModuleSpecList()476 m_specs = rhs.m_specs; in ModuleSpecList()490 m_specs = rhs.m_specs;499 return m_specs.size(); in GetSize()506 m_specs.clear(); in Clear()513 m_specs.push_back (spec); in Append()521 m_specs.insert(m_specs.end(), rhs.m_specs.begin(), rhs.m_specs.end()); in Append()529 return m_specs[i]; in GetModuleSpecRefAtIndex()535 if (i < m_specs.size()) in GetModuleSpecAtIndex()[all …]