Home
last modified time | relevance | path

Searched refs:ServerInHandle (Results 1 – 4 of 4) 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/transport/
Dtransport.go433 InTapHandle tap.ServerInHandle
Dhttp2_server.go68 inTapHandle tap.ServerInHandle
/external/syzkaller/vendor/google.golang.org/grpc/
Dserver.go124 inTapHandle tap.ServerInHandle
292 func InTapHandle(h tap.ServerInHandle) ServerOption { argument