OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutPayload
(Results
1 - 2
of
2
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/stats/
stats.go
113
//
OutPayload
contains the information for an outgoing payload.
114
type
OutPayload
struct {
115
// Client is true if this
OutPayload
is from client side.
130
func (s *
OutPayload
) IsClient() bool { return s.Client }
132
func (s *
OutPayload
) isRPCStats() {}
/external/syzkaller/vendor/google.golang.org/grpc/
rpc_util.go
547
func
outPayload
(client bool, msg interface{}, data, payload []byte, t time.Time) *stats.
OutPayload
{
548
return &stats.
OutPayload
{
Completed in 102 milliseconds