Searched refs:auth_set1_ (Results 1 – 1 of 1) sorted by relevance
643 : pos_(invalid), auth_set1_(nullptr), auth_set2_(nullptr) {} in AuthProxyIterator()645 : pos_(0), auth_set1_(&auth_set1), auth_set2_(&auth_set2) {} in AuthProxyIterator()647 : pos_(rhs.pos_), auth_set1_(rhs.auth_set1_), auth_set2_(rhs.auth_set2_) {} in AuthProxyIterator()652 auth_set1_ = rhs.auth_set1_;660 if (pos_ == (auth_set1_->size() + auth_set2_->size())) {666 if (pos_ < auth_set1_->size()) {667 return (*auth_set1_)[pos_];669 return (*auth_set2_)[pos_ - auth_set1_->size()];684 (auth_set1_ == rhs.auth_set1_ && auth_set2_ == rhs.auth_set2_);692 const AuthorizationSet* auth_set1_; variable