Searched refs:near_link_pos_ (Results 1 – 1 of 1) sorted by relevance
34 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()37 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()39 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()50 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()62 int near_link_pos_; variable70 near_link_pos_ = pos + 1;