Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/grammar/parsing/
Dparser.h53 std::vector<RegexAnnotator> BuildRegexAnnotators() const;
Dparser.cc60 regex_annotators_(BuildRegexAnnotators()) {} in Parser()
63 std::vector<Parser::RegexAnnotator> Parser::BuildRegexAnnotators() const { in BuildRegexAnnotators() function in libtextclassifier3::grammar::Parser