HomeSort by: relevance | last modified time | path
    Searched defs:LocalPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 157 auto *LocalPtr = I.getItem();
160 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
163 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second,
277 auto *LocalPtr = I.getItem();
280 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
282 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 523 auto *LocalPtr = this->getItem();
526 auto L = Info::ReadKeyDataLength(LocalPtr);
529 return InfoObj->ReadKey(LocalPtr, L.first);
569 auto *LocalPtr = this->getItem();
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 27 milliseconds