Searched defs:LocalPtr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h141 auto *LocalPtr = I.getItem(); local
144 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
145 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
147 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second,
261 auto *LocalPtr = I.getItem(); local
264 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
266 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder);
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h523 auto *LocalPtr = this->getItem(); local
526 auto L = Info::ReadKeyDataLength(LocalPtr);
529 return InfoObj->ReadKey(LocalPtr, L.first);
569 auto *LocalPtr = this->getItem(); local
572 auto L = Info::ReadKeyDataLength(LocalPtr);
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);

Completed in 262 milliseconds