Searched refs:KeyStart (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringSet.h | 30 const char *KeyStart = InLang.data(); in insert() local 31 const char *KeyEnd = KeyStart + InLang.size(); in insert() 33 Create(KeyStart, KeyEnd, base::getAllocator(), '+')); in insert()
|
D | StringMap.h | 148 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart); in Create() 169 memcpy(StrBuffer, KeyStart, KeyLength); in Create() 178 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 180 return Create(KeyStart, KeyEnd, Allocator, 0); in Create() 186 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 189 return Create(KeyStart, KeyEnd, A, InitVal); in Create() 192 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) { in Create() argument 193 return Create(KeyStart, KeyEnd, ValueTy()); in Create()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 196 uint64_t KeyStart = Out.tell(); in Emit() local 201 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit()
|