Home | History | Annotate | Download | only in common

Lines Matching refs:PolicyNamespace

9 PolicyNamespace::PolicyNamespace() {}
11 PolicyNamespace::PolicyNamespace(PolicyDomain domain,
16 PolicyNamespace::PolicyNamespace(const PolicyNamespace& other)
20 PolicyNamespace::~PolicyNamespace() {}
22 PolicyNamespace& PolicyNamespace::operator=(const PolicyNamespace& other) {
28 bool PolicyNamespace::operator<(const PolicyNamespace& other) const {
33 bool PolicyNamespace::operator==(const PolicyNamespace& other) const {
37 bool PolicyNamespace::operator!=(const PolicyNamespace& other) const {