Home
last modified time | relevance | path

Searched defs:Role_id (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authorization.cc4519 bool operator==(const std::pair<Role_id, bool> &rid, const Auth_id_ref &ref) { in operator ==()
4524 bool operator==(const Auth_id_ref &ref, const std::pair<Role_id, bool> &rid) { in operator ==()
6017 std::function<void(const Role_id &, bool)> f) { in get_granted_roles()
7332 bool operator==(const std::pair<Role_id, bool> &a, const std::string &b) { in operator ==()
7346 bool operator==(const std::pair<const Role_id, const Role_id> &a, in operator ==()
7373 bool operator==(std::pair<const Role_id, std::pair<std::string, bool>> &a, in operator ==()
H A Dauth_common.h1029 using Role_id = Auth_id; variable