Searched refs:pos_ (Results 1 – 5 of 5) sorted by relevance
74 size_t pos_ = 0u; member in art::__anonab18f0a00111::Matcher84 matcher->pos_ += 1u; // Advance to the next match function before marking. in Mark()85 matcher->mark_ = matcher->pos_; in Mark()94 matcher->pos_ += 1u; in Required()103 matcher->pos_ += 1u; in Repeated()106 matcher->pos_ = matcher->mark_; in Repeated()131 while (matcher.pos_ != size) { in DoMatch()132 if (!pattern[matcher.pos_](&matcher)) { in DoMatch()
129 SetReference(pos_, object); in NewHandle()130 MutableHandle<MirrorType> h(GetHandle<MirrorType>(pos_)); in NewHandle()131 ++pos_; in NewHandle()
194 return kNumReferences - pos_; in RemainingSlots()212 uint32_t pos_ = 0; variable
903 bool HasNext() const { return pos_ < size_; } in HasNext()905 void Next() { ++pos_; } in Next()907 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()916 uint32_t pos_ = 0; variable924 bool HasNext() const { return pos_ < array_size_; } in HasNext()958 size_t pos_; // Current position. variable
599 pos_(-1), in EncodedArrayValueIterator()609 pos_++; in Next()610 if (pos_ >= array_size_) { in Next()