Home
last modified time | relevance | path

Searched refs:mutable_key (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h219 inline KeyMapEntryAccessorType* mutable_key() {
245 KeyMapEntryAccessorType* key = mutable_key();
389 *entry_->mutable_key() = key_;
426 KeyMover::Move(&key_, entry_->mutable_key());
478 KeyMover::Move(&key_, entry_->mutable_key());
Dmap_field_inl.h307 (*new_entry->mutable_key()) = it->first; in SyncRepeatedFieldWithMapNoLock()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcommon.h152 -> decltype(PolicyTraits::mutable_key(std::declval<slot_type*>())) {
153 return PolicyTraits::mutable_key(this->slot());
Dhash_policy_traits.h176 static auto mutable_key(slot_type* slot)
Dcontainer_memory.h365 static K& mutable_key(slot_type* slot) {
373 static const K& mutable_key(slot_type* slot) { return key(slot); }
Dbtree.h358 static auto mutable_key(slot_type *s)
359 -> decltype(slot_policy::mutable_key(s)) {
360 return slot_policy::mutable_key(s);
/third_party/abseil-cpp/absl/container/internal/
Dcommon.h152 -> decltype(PolicyTraits::mutable_key(std::declval<slot_type*>())) {
153 return PolicyTraits::mutable_key(this->slot());
Dhash_policy_traits.h176 static auto mutable_key(slot_type* slot)
Dcontainer_memory.h365 static K& mutable_key(slot_type* slot) {
373 static const K& mutable_key(slot_type* slot) { return key(slot); }
Dbtree.h298 static auto mutable_key(slot_type *s)
299 -> decltype(slot_policy::mutable_key(s)) {
300 return slot_policy::mutable_key(s);
/third_party/boost/boost/bimap/
Dlist_of.hpp140 typedef mpl::bool_<true> mutable_key; typedef
Dvector_of.hpp145 typedef mpl::bool_<true> mutable_key; typedef
Dunconstrained_set_of.hpp95 typedef mpl::bool_<true> mutable_key; typedef
Dmultiset_of.hpp158 typedef mpl::bool_<false> mutable_key; typedef
Dset_of.hpp159 typedef mpl::bool_<false> mutable_key; typedef
Dunordered_set_of.hpp173 typedef mpl::bool_<false> mutable_key; typedef
Dunordered_multiset_of.hpp176 typedef mpl::bool_<false> mutable_key; typedef
/third_party/boost/boost/bimap/detail/
Dbimap_core.hpp156 BOOST_DEDUCED_TYPENAME left_set_type::mutable_key,
175 BOOST_DEDUCED_TYPENAME right_set_type::mutable_key,