Searched refs:Matcher (Results 1 – 4 of 4) sorted by relevance
41 class Matcher { class44 typedef bool MatchFn(Matcher* 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 =
17 import java.util.regex.Matcher;
24 import java.util.regex.Matcher;245 Matcher m = Pattern.compile("(\'[^\']+\'| *[^ ]+ *)").matcher(command); in splitCommand()