Home
last modified time | relevance | path

Searched refs:mutable_key (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcommon.h152 -> decltype(PolicyTraits::mutable_key(std::declval<slot_type*>())) { in mutable_key() function in absl::container_internal::node_handle
153 return PolicyTraits::mutable_key(this->slot()); in mutable_key()
H A Dhash_policy_traits.h176 static auto mutable_key(slot_type* slot)
H A Dcontainer_memory.h365 static K& mutable_key(slot_type* slot) { in mutable_key() function
373 static const K& mutable_key(slot_type* slot) { return key(slot); } in mutable_key() function
H A Dbtree.h358 static auto mutable_key(slot_type *s)
359 -> decltype(slot_policy::mutable_key(s)) { in mutable_key() function
360 return slot_policy::mutable_key(s); in mutable_key()
/third_party/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h219 inline KeyMapEntryAccessorType* mutable_key() { in mutable_key() function in google::protobuf::internal::MapEntryImpl
245 KeyMapEntryAccessorType* key = mutable_key();
389 *entry_->mutable_key() = key_; in MergePartialFromCodedStream()
426 KeyMover::Move(&key_, entry_->mutable_key()); in _InternalParse()
478 KeyMover::Move(&key_, entry_->mutable_key());
H A Dmap_field_inl.h307 (*new_entry->mutable_key()) = it->first; in SyncRepeatedFieldWithMapNoLock()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1419 Local<String> mutable_key = v8_str(isolate, "mutable"); in WebAssemblyGlobal() local
1420 v8::MaybeLocal<v8::Value> maybe = descriptor->Get(context, mutable_key); in WebAssemblyGlobal()

Completed in 13 milliseconds