Home
last modified time | relevance | path

Searched refs:SetBuf (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/
Dproto.go57 cb.SetBuf(newSlice)
77 cb.SetBuf(nil)
92 cb.SetBuf(data)
94 cb.SetBuf(nil)
/external/golang-protobuf/proto/
Ddecode_test.go61 scratchBuf.SetBuf(raw)
86 scratchBuf.SetBuf(raw)
111 scratchBuf.SetBuf(raw)
136 scratchBuf.SetBuf(raw)
167 scratchBuf.SetBuf(raw)
Dall_test.go374 b.SetBuf(make([]byte, 0, prealloc))
971 o.SetBuf(pbd.XXX_unrecognized)
2420 p.SetBuf(d)
2489 p2.SetBuf(p.Bytes())
Dlib.go370 func (p *Buffer) SetBuf(s []byte) { func
/external/lzma/CPP/7zip/Common/
DInBuffer.h47 void SetBuf(Byte *buf, size_t bufSize, size_t end, size_t pos) in SetBuf() function
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go332 func (p *Buffer) SetBuf(s []byte) { func