Home
last modified time | relevance | path

Searched refs:this_state (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h270 auto this_state = this->MapFieldBase::state_.load(std::memory_order_relaxed); in Swap() local
271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
Dmap_field.cc355 auto this_state = this->MapFieldBase::state_.load(std::memory_order_relaxed); in Swap() local
356 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()