Home
last modified time | relevance | path

Searched defs:not_rule (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Drbac_policy.cc80 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 …]
Dmatchers.cc105 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()
Drbac_policy.h90 bool not_rule = false; member
133 bool not_rule = false; member
Dmatchers.h51 : not_rule_(not_rule) {} in not_rule_() argument