Searched defs:StratifiedLink (Results 1 – 1 of 1) sorted by relevance
51 struct StratifiedLink { struct68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument70 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()71 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()73 void clearBelow() { Below = SetSentinel; } in clearBelow()74 void clearAbove() { Above = SetSentinel; } in clearAbove()