Searched refs:KeyStart (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringSet.h30 const char *KeyStart = InLang.data(); local
31 const char *KeyEnd = KeyStart + InLang.size();
33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
H A DStringMap.h148 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, argument
151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
169 memcpy(StrBuffer, KeyStart, KeyLength);
178 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, argument
180 return Create(KeyStart, KeyEnd, Allocator, 0);
186 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, argument
189 return Create(KeyStart, KeyEnd, A, InitVal);
192 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) { argument
193 return Create(KeyStart, KeyEnd, ValueTy());
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h196 uint64_t KeyStart = Out.tell(); local
201 assert(offset_type(DataStart - KeyStart) == Len.first &&

Completed in 234 milliseconds