Searched refs:annotations_or (Results 1 – 1 of 1) sorted by relevance
769 const StatusOr<Annotations> annotations_or = in TC3_JNI_METHOD() local772 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()