Searched refs:InitVals (Results 1 – 3 of 3) sorted by relevance
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry() argument136 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {} in StringMapEntry()159 InitTy &&... InitVals) { in Create()172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()
130 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry() argument131 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {} in StringMapEntry()153 InitTy &&... InitVals) { in Create()166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()
133 StringMapEntry(size_t strLen, InitTy &&... InitVals) in StringMapEntry() argument134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {} in StringMapEntry()157 InitTy &&... InitVals) { in Create()170 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()