Searched refs:GSIHashHeader (Results 1 – 14 of 14) sorted by relevance
84 static Error checkHashHdrVersion(const GSIHashHeader *HashHdr) { in checkHashHdrVersion()85 if (HashHdr->VerHdr != GSIHashHeader::HdrVersion) in checkHashHdrVersion()93 static Error readGSIHashHeader(const GSIHashHeader *&HashHdr, in readGSIHashHeader()99 if (HashHdr->VerSignature != GSIHashHeader::HdrSignature) in readGSIHashHeader()108 const GSIHashHeader *HashHdr, in readGSIHashRecords()130 const GSIHashHeader *HashHdr, in readGSIHashBuckets()
123 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()131 GSIHashHeader Header; in commit()132 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()133 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
63 sizeof(PublicsStreamHeader) + sizeof(GSIHashHeader)) in reload()
80 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()95 GSIHashHeader Header; in commit()96 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()97 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
28 struct GSIHashHeader;69 const GSIHashHeader *HashHdr;
52 const GSIHashHeader *HashHdr;65 typedef GSIHashHeader iterator;
24 struct GSIHashHeader;
28 struct GSIHashHeader { struct
63 struct PublicsStream::GSIHashHeader { struct in PublicsStream92 if (Reader.bytesRemaining() < sizeof(HeaderInfo) + sizeof(GSIHashHeader)) in reload()