Searched defs:ChannelInfo (Results 1 – 7 of 7) sorted by relevance
26 struct ChannelInfo { struct27 explicit ChannelInfo(scoped_refptr<system::Channel> channel) in ChannelInfo() argument29 ~ChannelInfo() {} in ~ChannelInfo()31 scoped_refptr<system::Channel> channel;
25 class ChannelInfo; variable
23 class ChannelInfo; variable
20 class ChannelInfo; variable
32 class ChannelInfo; variable
22 ChannelInfo = collections.namedtuple('ChannelInfo', ['branch', 'version']) variable
13 class ChannelInfo(object): class