Searched refs:KeyLength (Results 1 – 1 of 1) sorted by relevance
145 unsigned KeyLength = Key.size(); in Create() local150 KeyLength+1; in Create()157 new (NewItem) StringMapEntry(KeyLength, std::forward<InitType>(InitVal)); in Create()161 memcpy(StrBuffer, Key.data(), KeyLength); in Create()162 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()