Searched refs:near_link_pos_ (Results 1 – 1 of 1) sorted by relevance
236 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()239 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()241 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()246 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()258 int near_link_pos_; variable266 near_link_pos_ = pos + 1;