Lines Matching refs:currentAttribute_
165 currentAttribute_ = attributes_.begin(); in nextAttribute()
168 ++currentAttribute_; in nextAttribute()
170 if (currentAttribute_ == attributes_.end()) { in nextAttribute()
173 if (currentAttribute_->nameColon == 0) { in nextAttribute()
176 currentAttribute_->nameBegin, in nextAttribute()
177 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()
181 currentAttribute_->nameBegin, in nextAttribute()
182 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
184 currentAttribute_->nameColon + 1, in nextAttribute()
185 currentAttribute_->nameEnd - (currentAttribute_->nameColon + 1)); in nextAttribute()
192 currentAttribute_->valueBegin, currentAttribute_->valueEnd, in getAttributeValue()