Searched refs:ImmutableMap (Results 1 – 3 of 3) sorted by relevance
28 class ImmutableMap {34 explicit ImmutableMap(std::vector<std::pair<TKey, TValue>> data) : mData(std::move(data)) { in ImmutableMap() function40 ImmutableMap(ImmutableMap&&) = default;41 ImmutableMap& operator=(ImmutableMap&&) = default;43 ImmutableMap(const ImmutableMap&) = delete;44 ImmutableMap& operator=(const ImmutableMap&) = delete;46 static ImmutableMap<TKey, TValue> createPreSorted( in createPreSorted()48 return ImmutableMap(std::vector<std::pair<TKey, TValue>>(list.begin(), list.end())); in createPreSorted()51 static ImmutableMap<TKey, TValue> createAndSort( in createAndSort()55 return ImmutableMap(std::move(data)); in createAndSort()
313 static const auto elToItemMap = ImmutableMap<std::u16string, ItemTypeFormat>::createPreSorted({ in parseResource()327 static const auto elToBagMap = ImmutableMap<std::u16string, BagParseFunc>::createPreSorted({ in parseResource()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...