Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go127 func GetSubChannel(id int64) *SubChannelMetric {
524 func (c *channelMap) GetSubChannel(id int64) *SubChannelMetric {
525 cm := &SubChannelMetric{}
Dtypes.go103 type SubChannelMetric struct { struct