Searched defs:key_type (Results 1 – 6 of 6) sorted by relevance
| /foundation/ability/ability_runtime/services/dataobsmgr/include/ |
| D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; variable 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 &, mapped_type &)> &action) in ForEachCopies() 211 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute() 232 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
|
| /foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
| D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; variable 190 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 203 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 217 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute() 238 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| D | concurrent_map.h | 30 using key_type = typename std::map<_Key, _Tp>::key_type; variable 197 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 210 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 224 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute() 245 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
|
| /foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
| D | concurrent_map.h | 159 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 172 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 186 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute() 207 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
|
| /foundation/distributeddatamgr/preferences/frameworks/native/include/ |
| D | concurrent_map.h | 31 using key_type = typename std::map<_Key, _Tp>::key_type; variable 227 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 240 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 254 …bool Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &acti… in Compute() 275 …bool ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type … in ComputeIfPresent()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | unordered_map.h | 184 using key_type = typename data_type::value_type::first_type; member
|