OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewIncomingContext
(Results
1 - 3
of
3
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/metadata/
metadata.go
140
//
NewIncomingContext
creates a new context with incoming md attached.
141
func
NewIncomingContext
(ctx context.Context, md MD) context.Context {
/external/syzkaller/vendor/google.golang.org/grpc/transport/
handler_server.go
356
ctx = metadata.
NewIncomingContext
(ctx, ht.headerMD)
http2_server.go
334
s.ctx = metadata.
NewIncomingContext
(s.ctx, state.mdata)
[
all
...]
Completed in 1922 milliseconds