Home
last modified time | relevance | path

Searched defs:Regexp (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_test.cc19 TEST(Regexp, BigRef) { in TEST() argument
32 TEST(Regexp, BigConcat) { in TEST() argument
47 TEST(Regexp, NamedCaptures) { in TEST() argument
66 TEST(Regexp, CaptureNames) { in TEST() argument
Dsearch_test.cc313 TEST(Regexp, SearchTests) { in TEST() argument
/external/llvm-project/lldb/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.h16 class Regexp; variable
Dprefilter.h23 class Regexp; variable
Dre2.h218 class Regexp; variable
314 re2::Regexp* Regexp() const { return entire_regexp_; } in Regexp() function
Dprog.h53 class Regexp; variable
Dregexp.cc30 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags) in Regexp() function in re2::Regexp
/external/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp29 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert()
175 std::string Regexp = std::string(SplitRegexp.first); in parse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp29 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert()
175 std::string Regexp = SplitRegexp.first; in parse() local
/external/swiftshader/tests/check_build_files/
Dmain.go181 func matchRE(re *regexp.Regexp, text string) []string {
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h86 enum MatchType { Exact, Regexp, Glob }; enumerator
/external/llvm/lib/Support/
DSpecialCaseList.cpp107 std::string Regexp = SplitRegexp.first; in parse() local