Lines Matching refs:set
40 - add: add an element to the implied global set of elements
42 - find: return the representative element of the set containing the
44 - get_set: get the set containing the given element
45 - sets: iterate over all sets (the sets form a partition of the set of all
53 self.d[k] = set([k])
67 if isinstance(e, set):
76 assert isinstance(self.d[k], set)
81 if isinstance(v, set):
166 ks = set()
217 Lazily computes the set of all chips mentioned by register mappings.
229 self.__chips = set()
239 chips = set(getattr(regmap, 'chips', ['undef']))
447 regmaps_to_remove = set(regmaps_to_remove)
551 chips = set(chips)
582 fields_merge = defaultdict(set)
640 enum_refs = set(
670 remaining_chips = set(regmap.chips).difference(chips)