Searched defs:IntSet (Results 1 – 10 of 10) sorted by relevance
23 type IntSet struct { struct24 set map[int]present36 func (s *IntSet) Copy() *IntSet {48 func (s *IntSet) Insert(elements ...int) {56 func (s *IntSet) Delete(elements ...int) {64 func (s *IntSet) Intersect(other *IntSet) *IntSet {88 func (s *IntSet) Disjoint(other *IntSet) bool {111 func (s *IntSet) Difference(other *IntSet) *IntSet {131 func (s *IntSet) Unique(other *IntSet) *IntSet {150 func (s *IntSet) Equal(other *IntSet) bool {[all …]
21 func checkSameIntSet(t *testing.T, set *IntSet, unique []int) {
23 final class IntSet class30 public IntSet () in IntSet() method in IntSet38 public IntSet (final int initialCapacity) in IntSet() method in IntSet49 public IntSet (int initialCapacity, final float loadFactor) in IntSet() method in IntSet
43 public interface IntSet { interface
68 typedef std::set<int> IntSet; typedef in CommonTest
65 typedef std::set<int> IntSet; typedef in CommonTest
771 class IntSet: class
419 typedef absl::flat_hash_set<int> IntSet; typedef in tensorflow::grappler::__anon63eee5310111::NodeTypeAttrMap