Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go83 normalSockets: make(map[int64]*normalSocket),
241 normalSockets map[int64]*normalSocket member
282 c.normalSockets[id] = ns
313 if v, ok = c.normalSockets[id]; ok {
327 if _, ok = c.normalSockets[id]; ok {
328 delete(c.normalSockets, id)
481 if ns, ok := c.normalSockets[v]; ok {
552 if ns, ok := c.normalSockets[id]; ok {