Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dbalancer_v1_wrapper.go290 if ss, ok := rpcInfoFromContext(ctx); ok {
Drpc_util.go637 func rpcInfoFromContext(ctx context.Context) (s *rpcInfo, ok bool) { func