Searched refs:last_idx (Results 1 – 1 of 1) sorted by relevance
660 uint32_t last_idx = 0; in CheckEncodedAnnotation() local668 if (UNLIKELY(last_idx >= idx && i != 0)) { in CheckEncodedAnnotation()670 last_idx, idx); in CheckEncodedAnnotation()678 last_idx = idx; in CheckEncodedAnnotation()1070 uint32_t last_idx = 0; in CheckIntraAnnotationsDirectoryItem() local1072 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()1073 …ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field… in CheckIntraAnnotationsDirectoryItem()1076 last_idx = field_item->field_idx_; in CheckIntraAnnotationsDirectoryItem()1088 last_idx = 0; in CheckIntraAnnotationsDirectoryItem()1090 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()[all …]