Searched refs:annotation_iterator (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/actions/ |
D | lua-utils.h | 83 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()
|
D | lua-utils.cc | 110 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()
|