Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_tls.h137 struct WildcardPattern { struct
140 std::vector<WildcardRevPrefix> rev_prefix;
Dshrpx_config.h958 struct WildcardPattern { struct
959 WildcardPattern(const StringRef &host) : host(host) {} in WildcardPattern() argument
976 std::vector<WildcardPattern> wildcard_patterns; argument
/third_party/python/Lib/lib2to3/
Dpytree.py605 class WildcardPattern(BasePattern): class
/third_party/libabigail/tests/lib/
Dcatch.hpp5081 class WildcardPattern { class
15405 WildcardPattern::WildcardPattern( std::string const& pattern, in WildcardPattern() function in Catch::WildcardPattern