Home | History | Annotate | Download | only in runtime

Lines Matching refs:field_ids_

624     return field_ids_[idx];
628 CHECK_GE(&field_id, field_ids_) << GetLocation();
629 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
630 return &field_id - field_ids_;
1208 const FieldId* const field_ids_;