Home | History | Annotate | Download | only in src

Lines Matching full:index_

57         index_(kMaxUInt32),
81 index_(kMaxUInt32),
103 index_(index),
110 DCHECK_NE(kMaxUInt32, index_);
124 index_(index),
131 DCHECK_NE(kMaxUInt32, index_);
177 name_ = factory()->Uint32ToString(index_);
181 uint32_t index() const { return index_; }
183 bool IsElement() const { return index_ != kMaxUInt32; }
333 uint32_t index_;