Searched defs:AtomVector (Results 1 – 3 of 3) sorted by relevance
109 template <typename T> using AtomVector = std::vector<OwningAtomPtr<T>>; variable
1054 typedef vector<const Atom *, allocator<const Atom *> > AtomVector; typedef