Searched defs:ForEachPosition (Results 1 – 1 of 1) sorted by relevance
194 struct ForEachPosition : public PredicateBase<ForEachPosition, Position, struct197 explicit ForEachPosition(const KeyTy &key) : Base(key) { parent = key.first; } in ForEachPosition() function201 unsigned getID() const { return key.second; } in getID()