Home | History | Annotate | Download | only in gc

Lines Matching refs:rawByte

60 	if b := p.rawByte(); b == 'c' || b == 'd' {
70 p.trackAllTypes = p.rawByte() == 'a'
93 p.debugFormat = p.rawStringln(p.rawByte()) == "debug"
1226 p.buf[i] = p.rawByte()
1234 if got := p.rawByte(); got != want {
1258 b = p.rawByte()
1265 return p.rawByte(), nil
1268 // rawByte is the bottleneck interface for reading from p.in.
1270 // rawByte should only be used by low-level decoders.
1271 func (p *importer) rawByte() byte {