Searched refs:simpleSet (Results 1 – 1 of 1) sorted by relevance
9 type simpleSet map[string]bool type13 func (s simpleSet) Contains(other string) bool {20 sets := []simpleSet{64 func sliceToSimpleSet(s []string) simpleSet {65 m := make(simpleSet, len(s))72 func discardKeysFromOther(s1, s2 simpleSet) { argument80 func allKeys(sets ...simpleSet) []string { argument