Searched refs:offAndAtom (Results 1 – 1 of 1) sorted by relevance
180 for (auto &offAndAtom : sectAndAtoms.second) { in eachDefinedAtom()181 vistor(offAndAtom.atom); in eachDefinedAtom()195 for (auto &offAndAtom : vec) in eachAtomInSection()196 visitor(offAndAtom.atom, offAndAtom.offset); in eachAtomInSection()259 SectionOffsetAndAtom offAndAtom; in addAtomForSection() local260 offAndAtom.offset = sectionOffset; in addAtomForSection()261 offAndAtom.atom = atom; in addAtomForSection()262 _sectionAtoms[inSection].push_back(offAndAtom); in addAtomForSection()