github.com/golang/protobuf/proto.Buffer.DecodeRawBytes (method)

2 uses

	github.com/golang/protobuf/proto (current package)
		buffer.go#L239: func (b *Buffer) DecodeRawBytes(alloc bool) ([]byte, error) {
		buffer.go#L265: 	v, err := b.DecodeRawBytes(false)