Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dgrammar-actions.cc51 std::unordered_map<uint16, const grammar::ParseTree*> capturing_matches; in InstantiateActionsFromMatch() local
55 capturing_matches[mapping_node->id] = mapping_node; in InstantiateActionsFromMatch()
72 auto it = capturing_matches.find(group->group_id()); in InstantiateActionsFromMatch()
73 if (it == capturing_matches.end()) { in InstantiateActionsFromMatch()