Home | History | Annotate | Download | only in runtime

Lines Matching refs:field_ids_

547     return field_ids_[idx];
551 CHECK_GE(&field_id, field_ids_) << GetLocation();
552 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
553 return &field_id - field_ids_;
974 const FieldId* const field_ids_;