Searched refs:Matcher (Results 1 – 5 of 5) sorted by relevance
41 class Matcher { class44 using MatchFn = bool(Matcher*);51 static bool Mark(Matcher* matcher);53 template <bool (Matcher::*Fn)()>54 static bool Required(Matcher* matcher);56 template <bool (Matcher::*Fn)()>57 static bool Repeated(Matcher* matcher); // On match, returns to the mark.66 explicit Matcher(const CodeItemDataAccessor* code_item) in Matcher() function in art::__anonab18f0a00111::Matcher79 bool Matcher::Match(const CodeItemDataAccessor* code_item, MatchFn* const (&pattern)[size]) { in Match()83 bool Matcher::Mark(Matcher* matcher) { in Mark()[all …]
22 import java.util.regex.Matcher;46 public final static Matcher IGNORE_THREADS =53 public final static Matcher CUT_STACK_THREADS =
24 import java.util.regex.Matcher;72 Matcher matcher = LINK_TAG_PATTERN.matcher(publicAlternativesString); in resolvePublicAlternatives()
17 import java.util.regex.Matcher;
24 import java.util.regex.Matcher;245 Matcher m = Pattern.compile("(\'[^\']+\'| *[^ ]+ *)").matcher(command); in splitCommand()