Home
last modified time | relevance | path

Searched refs:topLevelChannels (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go80 topLevelChannels: make(map[int64]struct{}),
236 topLevelChannels map[int64]struct{} member
256 c.topLevelChannels[id] = struct{}{}
337 delete(c.topLevelChannels, id)
373 l := len(c.topLevelChannels)
377 for k := range c.topLevelChannels {