Searched refs:fakeHash32 (Results 1 – 1 of 1) sorted by relevance
223 type fakeHash32 struct { struct227 func (fakeHash32) Write(p []byte) (int, error) { return len(p), nil } argument228 func (fakeHash32) Sum32() uint32 { return 0 } argument266 f.(*fileWriter).crc32 = fakeHash32{}302 rc.(*checksumReader).hash = fakeHash32{}