Searched refs:near_link_pos_ (Results 1 – 1 of 1) sorted by relevance
298 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()301 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()303 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()308 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()320 int near_link_pos_; variable328 near_link_pos_ = pos + 1;