Home
last modified time | relevance | path

Searched refs:EncodeStringBytes (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
Dhttp.pb.go469 b.EncodeStringBytes(x.Get)
472 b.EncodeStringBytes(x.Put)
475 b.EncodeStringBytes(x.Post)
478 b.EncodeStringBytes(x.Delete)
481 b.EncodeStringBytes(x.Patch)
/external/golang-protobuf/proto/
Dencode.go177 func (p *Buffer) EncodeStringBytes(s string) error { func
Dall_test.go427 if o.EncodeStringBytes(s) != nil {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dencode.go192 func (p *Buffer) EncodeStringBytes(s string) error { func