Home | History | Annotate | Download | only in courgette

Lines Matching defs:refs_

47   uint32 refs_;               // Number of times this Label is referenced.
61 : label_(NULL), is_model_(false), debug_index_(0), refs_(0),
86 base::StringAppendF(&s, " #%u", info->refs_);
372 if (m_info_next->refs_ != p_info_next->refs_) {
381 if (p_info_next->refs_ == m_info_next->refs_ &&
382 p_info_next->refs_ == 1) {
411 if (m_info_prev->refs_ != p_info_prev->refs_) {
445 if (p_info->refs_ != m_info->refs_)
481 if (p_info->refs_ != m_info->refs_)
630 if (curr->positions_.size() != curr->refs_)
648 ++slot.refs_;