Lines Matching refs:currentAttribute_
166 currentAttribute_ = attributes_.begin(); in nextAttribute()
169 ++currentAttribute_; in nextAttribute()
171 if (currentAttribute_ == attributes_.end()) { in nextAttribute()
174 if (currentAttribute_->nameColon == 0) { in nextAttribute()
177 currentAttribute_->nameBegin, in nextAttribute()
178 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()
182 currentAttribute_->nameBegin, in nextAttribute()
183 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
185 currentAttribute_->nameColon + 1, in nextAttribute()
186 currentAttribute_->nameEnd - (currentAttribute_->nameColon + 1)); in nextAttribute()
193 currentAttribute_->valueBegin, currentAttribute_->valueEnd, in getAttributeValue()