Lines Matching refs:last_idx
540 uint32_t last_idx = 0;
548 if (last_idx >= idx && i != 0) {
550 last_idx, idx);
558 last_idx = idx;
919 uint32_t last_idx = 0;
921 if (last_idx >= field_item->field_idx_ && i != 0) {
922 LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
925 last_idx = field_item->field_idx_;
937 last_idx = 0;
939 if (last_idx >= method_item->method_idx_ && i != 0) {
941 last_idx, method_item->method_idx_);
944 last_idx = method_item->method_idx_;
957 last_idx = 0;
959 if (last_idx >= parameter_item->method_idx_ && i != 0) {
961 last_idx, parameter_item->method_idx_);
964 last_idx = parameter_item->method_idx_;
1665 uint32_t last_idx = 0;
1678 if (last_idx >= idx && i != 0) {
1679 LOG(ERROR) << StringPrintf("Out-of-order entry types: %x then %x", last_idx, idx);
1683 last_idx = idx;