Searched refs:SetSentinel (Results 1 – 1 of 1) sorted by relevance
44 static const StratifiedIndex SetSentinel; member55 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()57 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()58 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()60 void clearBelow() { Below = SetSentinel; } in clearBelow()61 void clearAbove() { Above = SetSentinel; } in clearAbove()180 Remap = StratifiedLink::SetSentinel; in BuilderLink()235 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()