Searched refs:this_state (Results 1 – 2 of 2) sorted by relevance
270 auto this_state = this->MapFieldBase::state_.load(std::memory_order_relaxed); in Swap() local271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
355 auto this_state = this->MapFieldBase::state_.load(std::memory_order_relaxed); in Swap() local356 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()