Searched defs:DoMatch (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 285 bool DoMatch = options().getSelectGenericPattern() || in printScopes() local
|
/aosp_15_r20/art/compiler/dex/ |
H A D | inline_method_analyser.cc | 138 bool Matcher::DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size) { in DoMatch() function in art::__anon3e471f560111::Matcher
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | re2.cc | 793 bool RE2::DoMatch(const StringPiece& text, in GlobalReplace() function in re2::RE2
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | re2.cc | 909 bool RE2::DoMatch(absl::string_view text, in DoMatch() function in re2::RE2
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 878 bool RE2::DoMatch(const StringPiece& text, in GlobalReplace() function in re2::RE2
|
/aosp_15_r20/external/regex-re2/util/ |
H A D | pcre.cc | 658 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() function in re2::PCRE
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 657 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() function in re2::PCRE
|
/aosp_15_r20/external/cronet/third_party/re2/src/util/ |
H A D | pcre.cc | 592 bool PCRE::DoMatch(absl::string_view text, Anchor anchor, size_t* consumed, in DoMatch() function in re2::PCRE
|