Home | History | Annotate | Download | only in functional

Lines Matching refs:AuthorizationSet

93 void AuthorizationSet::Sort() {
97 void AuthorizationSet::Deduplicate() {
117 void AuthorizationSet::Union(const AuthorizationSet& other) {
122 void AuthorizationSet::Subtract(const AuthorizationSet& other) {
139 int AuthorizationSet::find(Tag tag, int begin) const {
149 bool AuthorizationSet::erase(int index) {
158 KeyParameter& AuthorizationSet::operator[](int at) {
162 const KeyParameter& AuthorizationSet::operator[](int at) const {
166 void AuthorizationSet::Clear() {
170 size_t AuthorizationSet::GetTagCount(Tag tag) const {
177 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const {
411 void AuthorizationSet::Serialize(std::ostream* out) const {
415 void AuthorizationSet::Deserialize(std::istream* in) {