Searched refs:subChannel (Results 1 – 2 of 2) sorted by relevance
163 case *subChannel:194 type subChannel struct { struct204 func (sc *subChannel) addChild(id int64, e entry) { argument212 func (sc *subChannel) deleteChild(id int64) { argument217 func (sc *subChannel) triggerDelete() { argument222 func (sc *subChannel) deleteSelfIfReady() { argument
85 subChannels: make(map[int64]*subChannel),167 sc := &subChannel{239 subChannels map[int64]*subChannel263 func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string) {526 var sc *subChannel