Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go101 type InTrailer struct { struct
103 Client bool
105 WireLength int
109 func (s *InTrailer) IsClient() bool { return s.Client }
111 func (s *InTrailer) isRPCStats() {}