Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go195 type ConnBegin struct { struct
197 Client bool
201 func (s *ConnBegin) IsClient() bool { return s.Client }
203 func (s *ConnBegin) isConnStats() {}