Searched refs:last_idx (Results 1 – 1 of 1) sorted by relevance
922 uint32_t last_idx = 0; in CheckEncodedAnnotation() local930 if (UNLIKELY(last_idx >= idx && i != 0)) { in CheckEncodedAnnotation()932 last_idx, idx); in CheckEncodedAnnotation()940 last_idx = idx; in CheckEncodedAnnotation()1562 uint32_t last_idx = 0; in CheckIntraAnnotationsDirectoryItem() local1564 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()1565 …ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field… in CheckIntraAnnotationsDirectoryItem()1568 last_idx = field_item->field_idx_; in CheckIntraAnnotationsDirectoryItem()1580 last_idx = 0; in CheckIntraAnnotationsDirectoryItem()1582 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()[all …]