Home
last modified time | relevance | path

Searched defs:regex_match (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_match.hpp44 bool regex_match(BidiIterator first, BidiIterator last, in regex_match() function
53 bool regex_match(iterator first, iterator last, in regex_match() function
68 inline bool regex_match(const charT* str, in regex_match() function
77 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match() function
85 inline bool regex_match(const charT* str, in regex_match() function
94 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match() function
103 inline bool regex_match(const char* str, in regex_match() function
110 inline bool regex_match(const char* str, in regex_match() function
118 inline bool regex_match(const char* str, in regex_match() function
125 inline bool regex_match(const char* str, in regex_match() function
[all …]
/third_party/boost/boost/xpressive/
Dregex_algorithms.hpp100 inline bool regex_match in regex_match() function
123 inline bool regex_match in regex_match() function
144 inline bool regex_match in regex_match() function
169 inline bool regex_match in regex_match() function
195 inline bool regex_match in regex_match() function
221 inline bool regex_match in regex_match() function
243 inline bool regex_match in regex_match() function
267 inline bool regex_match in regex_match() function
/third_party/boost/boost/regex/
Dmfc.hpp52 inline bool regex_match(const ATL::CSimpleStringT<B, b>& s, in regex_match() function
65 inline bool regex_match(const ATL::CSimpleStringT<B, b>& s, in regex_match() function
/third_party/selinux/libselinux/src/
Dregex.c213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
452 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h91 std::unique_ptr<RE2> regex_match; member
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp2225 struct regex_match struct
2228 do_match(DfaT const& dfa, IteratorT &first, IteratorT const& last, in do_match()