Searched refs:near_link_pos_ (Results 1 – 2 of 2) sorted by relevance
98 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()101 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()103 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()108 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()120 int near_link_pos_; variable128 near_link_pos_ = pos + 1;
172 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()175 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()177 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()182 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()194 int near_link_pos_; variable202 near_link_pos_ = pos + 1;