Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dgrammar-actions.cc78 const grammar::ParseTree* capturing_match = it->second; in InstantiateActionsFromMatch() local
80 text_context.Span(capturing_match->codepoint_span); in InstantiateActionsFromMatch()
100 /*span=*/capturing_match->codepoint_span, group, in InstantiateActionsFromMatch()
106 capturing_match, grammar::ParseTree::Type::kAnnotation); in InstantiateActionsFromMatch()
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc179 const grammar::ParseTree* capturing_match = it->second; in InstantiateClassificationFromDerivation() local
181 input_context.Span(capturing_match->codepoint_span); in InstantiateClassificationFromDerivation()