Home
last modified time | relevance | path

Searched refs:other_state (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
Dbio_asn1.c77 asn1_bio_state_t other_state);
282 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
291 ctx->state = other_state; in asn1_bio_setup_ex()
/third_party/openssl/crypto/asn1/
Dbio_asn1.c77 asn1_bio_state_t other_state);
282 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
291 ctx->state = other_state; in asn1_bio_setup_ex()
/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h269 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap() local
272 this->MapFieldBase::state_.store(other_state, std::memory_order_relaxed); in Swap()
Dmap_field.cc354 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap() local
357 this->MapFieldBase::state_.store(other_state, std::memory_order_relaxed); in Swap()