Searched refs:ElementsCollection (Results 1 – 1 of 1) sorted by relevance
109 class ElementsCollection {141 friend class ElementsCollection; member165 ElementsCollection(const Program& program) : fProgram(program) {} in ElementsCollection() function172 ElementsCollection elements() const { return ElementsCollection(*this); } in elements()