Home
last modified time | relevance | path

Searched defs:outStreamList (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dcontrolbuf.go192 type outStreamList struct { struct
200 head *outStream
201 tail *outStream
214 func (l *outStreamList) enqueue(s *outStream) {
223 func (l *outStreamList) dequeue() *outStream {