Home
last modified time | relevance | path

Searched refs:KeyLength (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h145 unsigned KeyLength = Key.size(); in Create() local
150 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()