Searched refs:auth_set1_ (Results 1 – 1 of 1) sorted by relevance
636 : pos_(invalid), auth_set1_(nullptr), auth_set2_(nullptr) {} in AuthProxyIterator()638 : pos_(0), auth_set1_(&auth_set1), auth_set2_(&auth_set2) {} in AuthProxyIterator()640 : pos_(rhs.pos_), auth_set1_(rhs.auth_set1_), auth_set2_(rhs.auth_set2_) {} in AuthProxyIterator()645 auth_set1_ = rhs.auth_set1_;653 if (pos_ == (auth_set1_->size() + auth_set2_->size())) {659 if (pos_ < auth_set1_->size()) {660 return (*auth_set1_)[pos_];662 return (*auth_set2_)[pos_ - auth_set1_->size()];677 (auth_set1_ == rhs.auth_set1_ && auth_set2_ == rhs.auth_set2_);685 const AuthorizationSet* auth_set1_; variable