Home
last modified time | relevance | path

Searched refs:invert_match_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.cc197 invert_match_(invert_match) {} in HeaderMatcher()
205 invert_match_(invert_match) {} in HeaderMatcher()
212 invert_match_(invert_match) {} in HeaderMatcher()
217 invert_match_(other.invert_match_) { in HeaderMatcher()
234 invert_match_ = other.invert_match_; in operator =()
252 invert_match_(other.invert_match_) { in HeaderMatcher()
269 invert_match_ = other.invert_match_; in operator =()
287 if (invert_match_ != other.invert_match_) return false; in operator ==()
314 return match != invert_match_; in Match()
321 invert_match_ ? "not " : "", range_start_, in ToString()
[all …]
Dmatchers.h153 bool invert_match_ = false; variable