Home | History | Annotate | Download | only in runtime

Lines Matching refs:field_ids_

550     return field_ids_[idx];
554 CHECK_GE(&field_id, field_ids_) << GetLocation();
555 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
556 return &field_id - field_ids_;
984 const FieldId* const field_ids_;