Home
last modified time | relevance | path

Searched refs:rpcInfo (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go627 type rpcInfo struct { struct
634 return context.WithValue(ctx, rpcInfoContextKey{}, &rpcInfo{failfast: failfast})
637 func rpcInfoFromContext(ctx context.Context) (s *rpcInfo, ok bool) {
638 s, ok = ctx.Value(rpcInfoContextKey{}).(*rpcInfo)