Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/tap/
Dtap.go51 type ServerInHandle func(ctx context.Context, info *Info) (context.Context, error) type
/external/syzkaller/vendor/google.golang.org/grpc/
Dserver.go292 func InTapHandle(h tap.ServerInHandle) ServerOption {