Home
last modified time | relevance | path

Searched refs:regex_annotators_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dparser.cc61 regex_annotators_(BuildRegexAnnotators()) {} in Parser()
149 for (const RegexAnnotator& regex_annotator : regex_annotators_) { in SortedSymbolsForInput()
H A Dparser.h77 std::vector<RegexAnnotator> regex_annotators_; variable