Lines Matching refs:SetSentinel
57 static const StratifiedIndex SetSentinel; member
68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
70 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()
221 Remap = StratifiedLink::SetSentinel; in BuilderLink()
282 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
438 assert(AttrNum < StratifiedLink::SetSentinel); in noteAttribute()
465 assert(AttrNum < StratifiedLink::SetSentinel); in getAttribute()
484 assert(AttrNum < StratifiedLink::SetSentinel); in getRawAttribute()