Lines Matching refs:g
135 if g, w := toZipReader.File[0].CompressedSize64, uint64(size); g != w {
136 t.Errorf("Expected CompressedSize64 %d, got %d", w, g)
139 if g, w := toZipReader.File[0].UncompressedSize64, uint64(size); g != w {
140 t.Errorf("Expected UnompressedSize64 %d, got %d", w, g)
189 if g, w := d.directoryRecords, uint64(1); g != w {
190 t.Errorf("wanted directoryRecords %d, got %d", w, g)
195 if g, w := d.directorySize, uint64(expectedDirSize); g != w {
196 t.Errorf("wanted directorySize %d, got %d", w, g)
199 if g, w := d.directoryOffset, uint64(uint32max); g != w {
200 t.Errorf("wanted directoryOffset %d, got %d", w, g)
217 if g, w := d.directoryRecords, uint64(1); g != w {
218 t.Errorf("wanted directoryRecords %d, got %d", w, g)
221 if g, w := d.directoryOffset, uint64(uint32max); g <= w {
222 t.Errorf("wanted directoryOffset > %d, got %d", w, g)