Searched defs:zeroSource (Results 1 – 3 of 3) sorted by relevance
18 type zeroSource struct{} struct20 func (zeroSource) Read(b []byte) (n int, err error) {
385 type zeroSource struct{} struct387 func (zeroSource) Read(b []byte) (n int, err error) {
201 Pointer<Byte> zeroSource = As<Pointer<Byte>>(&zero); in readStream() local