Searched defs:not_rule (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
| D | rbac_policy.cc | 80 std::vector<std::unique_ptr<Permission>> permissions, bool not_rule) in Permission() 82 Rbac::Permission::Permission(Permission::RuleType type, bool not_rule) in Permission() 85 HeaderMatcher header_matcher, bool not_rule) in Permission() 90 StringMatcher string_matcher, bool not_rule) in Permission() 95 bool not_rule) in Permission() 97 Rbac::Permission::Permission(Permission::RuleType type, int port, bool not_rule) in Permission() 198 bool not_rule) in Principal() 200 Rbac::Principal::Principal(Principal::RuleType type, bool not_rule) in Principal() 203 StringMatcher string_matcher, bool not_rule) in Principal() 208 bool not_rule) in Principal() [all …]
|
| D | matchers.cc | 105 std::vector<std::unique_ptr<Rbac::Permission>> rules, bool not_rule) in AndAuthorizationMatcher() 113 std::vector<std::unique_ptr<Rbac::Principal>> ids, bool not_rule) in AndAuthorizationMatcher() 132 std::vector<std::unique_ptr<Rbac::Permission>> rules, bool not_rule) in OrAuthorizationMatcher() 140 std::vector<std::unique_ptr<Rbac::Principal>> ids, bool not_rule) in OrAuthorizationMatcher()
|
| D | rbac_policy.h | 90 bool not_rule = false; member 133 bool not_rule = false; member
|
| D | matchers.h | 51 : not_rule_(not_rule) {} in not_rule_() argument
|