google.golang.org/protobuf/internal/encoding/text.Decoder.lastCall (field)

5 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode.go#L22: 	lastCall call
		decode.go#L61: 	defer func() { d.lastCall = peekCall }()
		decode.go#L62: 	if d.lastCall == readCall {
		decode.go#L71: 	defer func() { d.lastCall = readCall }()
		decode.go#L72: 	if d.lastCall == peekCall {