Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_jni.cc822 for (int annotation_index = 0; in TC3_JNI_METHOD() local
823 annotation_index < annotations.annotated_spans[fragment_index].size(); in TC3_JNI_METHOD()
824 ++annotation_index) { in TC3_JNI_METHOD()
827 annotations.annotated_spans[fragment_index][annotation_index].span); in TC3_JNI_METHOD()
832 annotations.annotated_spans[fragment_index][annotation_index] in TC3_JNI_METHOD()
842 annotation_index, in TC3_JNI_METHOD()
/external/google-breakpad/src/processor/
Dminidump.cc5000 for (uint32_t annotation_index = 0; in Print() local
5001 annotation_index < in Print()
5003 ++annotation_index) { in Print()
5006 annotation_index, in Print()
5008 [module_index][annotation_index].c_str()); in Print()