Searched defs:SuperBlob (Results 1 – 1 of 1) sorted by relevance
89 type SuperBlob struct { struct90 magic uint32 // magic number91 length uint32 // total length of SuperBlob92 count uint32 // number of index entries following96 func (s *SuperBlob) put(out []byte) []byte {