Searched defs:AuthorizationSet (Results 1 – 5 of 5) sorted by relevance
44 AuthorizationSet(){}; in AuthorizationSet() function47 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} in AuthorizationSet() function50 AuthorizationSet(AuthorizationSet&& other) noexcept : data_(std::move(other.data_)) {} in AuthorizationSet() function53 AuthorizationSet(const hidl_vec<KeyParameter>& other) { *this = other; } in AuthorizationSet() function
27 class AuthorizationSet; variable
45 AuthorizationSet(){}; in AuthorizationSet() function48 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} in AuthorizationSet() function51 AuthorizationSet(AuthorizationSet&& other) noexcept : data_(std::move(other.data_)) {} in AuthorizationSet() function54 AuthorizationSet(const vector<KeyParameter>& other) { *this = other; } in AuthorizationSet() function
28 class AuthorizationSet; variable
44 AuthorizationSet(){}; in AuthorizationSet() function47 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} in AuthorizationSet() function50 AuthorizationSet(AuthorizationSet&& other) : data_(std::move(other.data_)) {} in AuthorizationSet() function53 AuthorizationSet(const hidl_vec<KeyParameter>& other) { *this = other; } in AuthorizationSet() function