Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_jni.cc769 const StatusOr<Annotations> annotations_or = in TC3_JNI_METHOD() local
772 if (!annotations_or.ok()) { in TC3_JNI_METHOD()
774 << annotations_or.status().error_message(); in TC3_JNI_METHOD()
778 Annotations annotations = std::move(annotations_or.ValueOrDie()); in TC3_JNI_METHOD()