Searched refs:matching_op (Results 1 – 1 of 1) sorted by relevance
136 auto matching_op = find_if( in FindAuthPerOpAuthorization() local139 if (matching_op == entries_.end()) return AUTH_TOKEN_NOT_FOUND; in FindAuthPerOpAuthorization()141 if (!matching_op->SatisfiesAuth(sids, auth_type)) return AUTH_TOKEN_WRONG_SID; in FindAuthPerOpAuthorization()143 *found = &matching_op->token(); in FindAuthPerOpAuthorization()