Searched refs:other_field (Results 1 – 6 of 6) sorted by relevance
254 const MapField& other_field = static_cast<const MapField&>(other); in MergeFrom() local255 other_field.SyncMapWithRepeatedField(); in MergeFrom()256 impl_.MergeFrom(other_field.impl_); in MergeFrom()265 MapField* other_field = down_cast<MapField*>(other); in Swap() local266 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()267 impl_.Swap(&other_field->impl_); in Swap()269 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap()271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
282 const DynamicMapField& other_field = in MergeFrom() local285 other_field.map_.begin(); in MergeFrom()286 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()346 DynamicMapField* other_field = down_cast<DynamicMapField*>(other); in Swap() local347 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()348 map_.swap(other_field->map_); in Swap()350 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap()352 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
548 const FieldDescriptor* other_field = in ConsumeField() local553 other_field->name() + in ConsumeField()
1461 other_field = self._oneofs.setdefault(field.containing_oneof, field)1462 if other_field is not field:1463 del self._fields[other_field]
346 const internal::MapFieldBase* other_field = in MergeFrom() local349 field->MergeFrom(*other_field); in MergeFrom()
1299 Field("other_field", &Foo::other_field, foo.other_field),