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