Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go85 subChannels: make(map[int64]*subChannel),
239 subChannels map[int64]*subChannel member
266 c.subChannels[id] = sc
304 if v, ok = c.subChannels[id]; ok {
331 if _, ok = c.subChannels[id]; ok {
332 delete(c.subChannels, id)
529 if sc, ok = c.subChannels[id]; !ok {