HomeSort by relevance Sort by last modified time
    Searched refs:KeyStart (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
StringSet.h 30 const char *KeyStart = InLang.data();
31 const char *KeyEnd = KeyStart + InLang.size();
33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
StringMap.h 139 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
142 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
160 memcpy(StrBuffer, KeyStart, KeyLength);
169 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
171 return Create(KeyStart, KeyEnd, Allocator, 0);
177 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
180 return Create(KeyStart, KeyEnd, A, InitVal);
183 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) {
184 return Create(KeyStart, KeyEnd, ValueTy());

Completed in 525 milliseconds