Searched refs:Matcher (Results 1 – 2 of 2) sorted by relevance
40 class Matcher { class43 typedef bool MatchFn(Matcher* matcher);50 static bool Mark(Matcher* matcher);52 template <bool (Matcher::*Fn)()>53 static bool Required(Matcher* matcher);55 template <bool (Matcher::*Fn)()>56 static bool Repeated(Matcher* matcher); // On match, returns to the mark.65 explicit Matcher(const DexFile::CodeItem* code_item) in Matcher() function in art::__anon8023c6a50111::Matcher80 bool Matcher::Match(const DexFile::CodeItem* code_item, MatchFn* const (&pattern)[size]) { in Match()84 bool Matcher::Mark(Matcher* matcher) { in Mark()[all …]
17 import java.util.regex.Matcher;