Searched defs:ConcurrentMap (Results 1 – 10 of 10) sorted by relevance
26 ConcurrentMap() {} in ConcurrentMap() function30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap() function
44 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function49 ConcurrentMap(std::map<_Key, _Tp> &&other) noexcept in ConcurrentMap() function75 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
27 class ConcurrentMap; variable
37 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function53 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function54 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() function59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
22 template<typename _Key, typename _Tp> using ConcurrentMap = OHOS::ConcurrentMap<_Key, _Tp>; typedef