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

  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 141 auto *LocalPtr = I.getItem();
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();
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/
OnDiskHashTable.h 507 auto *LocalPtr = this->getItem();
510 auto L = Info::ReadKeyDataLength(LocalPtr);
513 return InfoObj->ReadKey(LocalPtr, L.first);
553 auto *LocalPtr = this->getItem();
556 auto L = Info::ReadKeyDataLength(LocalPtr);
559 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
560 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);

Completed in 361 milliseconds