Searched refs:_sectionAtoms (Results 1 – 1 of 1) sorted by relevance
145 const auto &pos = _sectionAtoms.find(§ion);146 if (pos == _sectionAtoms.end())179 for (auto §AndAtoms : _sectionAtoms) { in eachDefinedAtom()190 auto pos = _sectionAtoms.find(§ion); in eachAtomInSection()191 if (pos == _sectionAtoms.end()) in eachAtomInSection()262 _sectionAtoms[inSection].push_back(offAndAtom); in addAtomForSection()272 SectionToAtoms _sectionAtoms; variable