15 using PatternIdMapToTemplateItemId = ::std::unordered_map<::HashedString, ::HashedString>;
17 using TemplateItemIdToPatternIdMap = ::std::unordered_map<::HashedString, ::HashedString>;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mTemplateItemToPatternIdMap;
23 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mPatternIdToTemplateItemMap;
29 MCAPI_C
void initializeFromTrimPatterns(::std::vector<::TrimPattern>
const& patterns);