Searched defs:StratifiedLink (Results 1 – 3 of 3) sorted by relevance
39 struct StratifiedLink { struct57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()62 void clearBelow() { Below = SetSentinel; } in clearBelow()63 void clearAbove() { Above = SetSentinel; } in clearAbove()
38 struct StratifiedLink { struct56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()61 void clearBelow() { Below = SetSentinel; } in clearBelow()62 void clearAbove() { Above = SetSentinel; } in clearAbove()