Searched defs:ConcurrentMap (Results 1 – 4 of 4) sorted by relevance
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