Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/dataobsmgr/include/
Dconcurrent_map.h30 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/
Dconcurrent_map.h30 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/
Dconcurrent_map.h30 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/
Dconcurrent_map.h159 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/
Dconcurrent_map.h31 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/
Dunordered_map.h184 using key_type = typename data_type::value_type::first_type; member