Searched defs:ContainerCount (Results 1 – 1 of 1) sorted by relevance
249 struct ContainerCount { struct250 int seen_count, entries_count;251 bool is_qualified;253 ContainerCount() : seen_count(0), entries_count(-1), is_qualified(false) {} in ContainerCount() argument