Searched refs:key_type (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; 103 std::pair<bool, mapped_type> Find(const key_type &key) const noexcept 114 bool ContainIf(const key_type &key, const std::function<bool(const mapped_type &value)> &action) const noexcept 127 bool Contains(const key_type &key) const noexcept 134 bool InsertOrAssign(const key_type &key, _Obj &&obj) noexcept 141 bool Insert(const key_type &key, const mapped_type &value) noexcept 148 size_type Erase(const key_type &key) noexcept 174 size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noexcept 197 void ForEach(const std::function<bool(const key_type [all...] |
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; 103 std::pair<bool, mapped_type> Find(const key_type &key) const noexcept 114 bool Contains(const key_type &key) const noexcept 121 bool InsertOrAssign(const key_type &key, _Obj &&obj) noexcept 128 bool Insert(const key_type &key, const mapped_type &value) noexcept 135 size_type Erase(const key_type &key) noexcept 161 size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noexcept 184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 197 void ForEachCopies(const std::function<bool(const key_type [all...] |
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 25 using key_type = typename std::map<_Key, _Tp>::key_type; 78 std::pair<bool, mapped_type> Find(const key_type &key) const noexcept 89 bool Contains(const key_type &key) const noexcept 96 bool InsertOrAssign(const key_type &key, _Obj &&obj) noexcept 103 bool Insert(const key_type &key, const mapped_type &value) noexcept 110 size_type Erase(const key_type &key) noexcept 136 size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noexcept 160 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 173 void ForEachCopies(const std::function<bool(const key_type [all...] |
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; 103 std::pair<bool, mapped_type> Find(const key_type &key) const noexcept 114 bool Contains(const key_type &key) const noexcept 121 bool InsertOrAssign(const key_type &key, _Obj &&obj) noexcept 128 bool Insert(const key_type &key, const mapped_type &value) noexcept 135 size_type Erase(const key_type &key) noexcept 161 size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noexcept 184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 197 void ForEachCopies(const std::function<bool(const key_type [all...] |
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 31 using key_type = typename std::map<_Key, _Tp>::key_type; 119 std::pair<bool, mapped_type> Find(const key_type &key) const noexcept 130 bool ContainIf(const key_type &key, const std::function<bool(const mapped_type &value)> &action) const noexcept 143 bool Contains(const key_type &key) const noexcept 150 bool InsertOrAssign(const key_type &key, _Obj &&obj) noexcept 157 bool Insert(const key_type &key, const mapped_type &value) noexcept 164 size_type Erase(const key_type &key) noexcept 170 size_type EraseIf(const key_type &key, 171 const std::function<bool(const key_type [all...] |
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 184 using key_type = typename data_type::value_type::first_type; 195 key_type& key() const in key() 219 using key_type = Key; 352 size_t erase(const key_type& key) in erase() 360 node_type extract(const key_type& key) in extract() 403 pair<iterator, bool> insert_or_assign(const key_type& key, M&& value) in insert_or_assign() 449 iterator find(const key_type& key) in find() 453 const_iterator find(const key_type& key) const in find() 457 bool contains(const key_type& key) const in contains() 461 size_t count(const key_type in contains() [all...] |
Completed in 4 milliseconds