Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go114 type OutPayload struct { struct
116 Client bool
118 Payload interface{}
120 Data []byte
122 Length int
124 WireLength int
126 SentTime time.Time
130 func (s *OutPayload) IsClient() bool { return s.Client }
132 func (s *OutPayload) isRPCStats() {}