Searched refs:GSIHashHeader (Results 1 – 8 of 8) sorted by relevance
44 static Error checkHashHdrVersion(const GSIHashHeader *HashHdr) { in checkHashHdrVersion()45 if (HashHdr->VerHdr != GSIHashHeader::HdrVersion) in checkHashHdrVersion()53 static Error readGSIHashHeader(const GSIHashHeader *&HashHdr, in readGSIHashHeader()59 if (HashHdr->VerSignature != GSIHashHeader::HdrSignature) in readGSIHashHeader()68 const GSIHashHeader *HashHdr, in readGSIHashRecords()89 ArrayRef<uint8_t> &HashBitmap, const GSIHashHeader *HashHdr, in readGSIHashBuckets()
52 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()67 GSIHashHeader Header; in commit()68 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()69 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
64 sizeof(PublicsStreamHeader) + sizeof(GSIHashHeader)) in reload()
28 struct GSIHashHeader;69 const GSIHashHeader *HashHdr;
51 const GSIHashHeader *HashHdr;63 typedef GSIHashHeader iterator;
25 struct GSIHashHeader;
29 struct GSIHashHeader { struct
63 struct PublicsStream::GSIHashHeader { struct in PublicsStream92 if (Reader.bytesRemaining() < sizeof(HeaderInfo) + sizeof(GSIHashHeader)) in reload()