Home
last modified time | relevance | path

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

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