OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIncomingTrace
(Results
1 - 2
of
2
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/stats/
stats.go
284
//
SetIncomingTrace
attaches stats tagging data to the context, to be read by
287
func
SetIncomingTrace
(ctx context.Context, b []byte) context.Context {
/external/syzkaller/vendor/google.golang.org/grpc/transport/
http2_server.go
340
s.ctx = stats.
SetIncomingTrace
(s.ctx, state.statsTrace)
[
all
...]
Completed in 267 milliseconds