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