Home | History | Annotate | Download | only in src

Lines Matching refs:near_link_pos_

160   INLINE(void UnuseNear()) { near_link_pos_ = 0; }
163 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
165 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; }
170 int near_link_pos() const { return near_link_pos_ - 1; }
182 int near_link_pos_;
190 near_link_pos_ = pos + 1;