Searched refs:next_field (Results 1 – 7 of 7) sorted by relevance
41 repeated_field* next_field = field->next; in destroy_repeated_field_list_identity() local48 field = next_field; in destroy_repeated_field_list_identity()55 repeated_field* next_field = field->next; in destroy_repeated_field_list_string() local58 field = next_field; in destroy_repeated_field_list_string()
71 next_field = { variable140 next_row = next_field[row]143 next_column = next_field[column]
168 next_field = dst_fields[i]170 if offset + src_field.size <= next_field.offset:176 last_field = next_field
148 def parse_ethtool(self, field, match, option='', next_field=''): argument153 (field, match, next_field), output, re.S)198 next_field='Supports auto-negotiation')204 next_field='Advertised auto-negotiation')
517 Field* next_field = fld->next; in FreeFields() local519 FreeFields(next_field); in FreeFields()
2821 const FieldDescriptor* next_field = in GenerateClear() local2825 next_field != nullptr && in GenerateClear()2827 has_bit_indices_[next_field->index()] / 8) { in GenerateClear()2828 GOOGLE_CHECK(!CanInitializeByZeroing(next_field)); in GenerateClear()
2816 auto next_field = in Deserialize() local2822 next_field ? (next_field->offset() - field_def->value.offset) - size in Deserialize()