Home | History | Annotate | Download | only in Basic

Lines Matching full:localptr

382       const unsigned char* LocalPtr = Ptr;
384 LocalPtr += 2; // number of items in bucket
385 LocalPtr += 4; // Skip the hash.
389 = Info::ReadKeyDataLength(LocalPtr);
392 const internal_key_type& Key = InfoObj->ReadKey(LocalPtr, L.first);
446 const unsigned char* LocalPtr = Ptr;
448 LocalPtr += 2; // number of items in bucket
449 LocalPtr += 4; // Skip the hash.
452 const std::pair<unsigned, unsigned>& L =Info::ReadKeyDataLength(LocalPtr);
456 InfoObj->ReadKey(LocalPtr, L.first);
457 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);