Lines Matching refs:Annotator
54 using libtextclassifier3::Annotator;
78 std::unique_ptr<Annotator> model) { in Create()
99 Annotator* model() const { return model_.get(); } in model()
112 std::unique_ptr<Annotator> model, in AnnotatorJniContext()
121 std::unique_ptr<Annotator> model_;
500 Annotator::FromFileDescriptor( in TC3_JNI_METHOD()
505 jni_cache, Annotator::FromFileDescriptor(fd))); in TC3_JNI_METHOD()
518 Annotator::FromPath( in TC3_JNI_METHOD()
523 AnnotatorJniContext::Create(jni_cache, Annotator::FromPath(path_str))); in TC3_JNI_METHOD()
534 Annotator::FromFileDescriptor( in TC3_JNI_METHOD()
539 jni_cache, Annotator::FromFileDescriptor(fd, offset, size))); in TC3_JNI_METHOD()
550 Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()
566 Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()
582 Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()
598 Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()
608 Annotator* model = in TC3_JNI_METHOD()
630 const Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()
876 const Annotator* model = reinterpret_cast<AnnotatorJniContext*>(ptr)->model(); in TC3_JNI_METHOD()