Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dlua-utils.h83 const AnnotationIterator<ClassificationResult>& annotation_iterator,
100 const AnnotationIterator<ClassificationResult>& annotation_iterator, in AnnotatedSpanIterator() argument
102 : env_(env), annotation_iterator_(annotation_iterator) {} in AnnotatedSpanIterator()
122 const AnnotationIterator<ActionSuggestionAnnotation>& annotation_iterator,
161 const AnnotationIterator<ClassificationResult>& annotation_iterator, in ConversationIterator() argument
165 AnnotatedSpanIterator(annotation_iterator, env)) {} in ConversationIterator()
Dlua-utils.cc110 const AnnotationIterator<ClassificationResult>& annotation_iterator, in PushAnnotatedSpan() argument
121 annotation_iterator.NewIterator(kClassificationKey, in PushAnnotatedSpan()
252 const AnnotationIterator<ActionSuggestionAnnotation>& annotation_iterator, in PushAction() argument
270 annotation_iterator.NewIterator(kAnnotationKey, &action.annotations, in PushAction()