Home
last modified time | relevance | path

Searched refs:other_field (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dmap_field_inl.h254 const MapField& other_field = static_cast<const MapField&>(other); in MergeFrom() local
255 other_field.SyncMapWithRepeatedField(); in MergeFrom()
256 impl_.MergeFrom(other_field.impl_); in MergeFrom()
265 MapField* other_field = down_cast<MapField*>(other); in Swap() local
266 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()
H A Dmap_field.cc286 const DynamicMapField& other_field = in MergeFrom() local
289 other_field.map_.begin(); in MergeFrom()
290 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
350 DynamicMapField* other_field = down_cast<DynamicMapField*>(other); in Swap() local
351 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()
352 map_.swap(other_field->map_); in Swap()
354 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap()
356 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
H A Dtext_format.cc534 const FieldDescriptor* other_field = in ConsumeField() local
539 other_field->name() + in ConsumeField()
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py1473 other_field = self._oneofs.setdefault(field.containing_oneof, field)
1474 if other_field is not field:
1475 del self._fields[other_field]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc349 const internal::MapFieldBase* other_field = other_reflection->GetMapData( in MergeFrom() local
351 field->MergeFrom(*other_field); in MergeFrom()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc1168 const FieldDescriptor* other_field = in TestValidDataForOneofType() local
1170 FieldDescriptor::Type other_type = other_field->type(); in TestValidDataForOneofType()
1175 cat(tag(other_field->number(), other_wire_type), in TestValidDataForOneofType()

Completed in 15 milliseconds