Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h77 struct HeaderMatcher { struct
78 enum class HeaderMatcherType {
86 std::string name;
87 HeaderMatcherType type;
88 int64_t range_start;
89 int64_t range_end;
90 std::string string_matcher;
91 std::unique_ptr<RE2> regex_match;
92 bool present_match;
95 bool invert_match = false;
/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.cc192 HeaderMatcher::HeaderMatcher(const std::string& name, Type type, in HeaderMatcher() function in grpc_core::HeaderMatcher
199 HeaderMatcher::HeaderMatcher(const std::string& name, int64_t range_start, in HeaderMatcher() function in grpc_core::HeaderMatcher
207 HeaderMatcher::HeaderMatcher(const std::string& name, bool present_match, in HeaderMatcher() function in grpc_core::HeaderMatcher
214 HeaderMatcher::HeaderMatcher(const HeaderMatcher& other) in HeaderMatcher() function in grpc_core::HeaderMatcher
249 HeaderMatcher::HeaderMatcher(HeaderMatcher&& other) noexcept in HeaderMatcher() function in grpc_core::HeaderMatcher
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto256 message HeaderMatcher { message
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto56 message HeaderMatcher { message