go/build.importReader.readByteNoBuf (method)

13 uses

	go/build (current package)
		read.go#L81: func (r *importReader) readByteNoBuf() byte {
		read.go#L185: 		c = r.readByteNoBuf()
		read.go#L203: 				c = r.readByteNoBuf()
		read.go#L205: 					r.readByteNoBuf()
		read.go#L213: 					c = r.readByteNoBuf()
		read.go#L225: 				c = r.readByteNoBuf()
		read.go#L227: 					c = r.readByteNoBuf()
		read.go#L233: 			c = r.readByteNoBuf()
		read.go#L245: 					c, c1 = c1, r.readByteNoBuf()
		read.go#L253: 						c = r.readByteNoBuf()
		read.go#L258: 					c = r.readByteNoBuf()
		read.go#L266: 					c = r.readByteNoBuf()
		read.go#L456: 				c := r.readByteNoBuf()