Home
last modified time | relevance | path

Searched defs:IntSet (Results 1 – 15 of 15) sorted by relevance

/external/licenseclassifier/stringclassifier/internal/sets/
Dintset.go23 type IntSet struct { struct
24 set map[int]present
36 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 …]
Dintset_test.go21 func checkSameIntSet(t *testing.T, set *IntSet, unique []int) {
/external/emma/core/java12/com/vladium/util/
DIntSet.java23 final class IntSet class
30 public IntSet () in IntSet() method in IntSet
38 public IntSet (final int initialCapacity) in IntSet() method in IntSet
49 public IntSet (int initialCapacity, final float loadFactor) in IntSet() method in IntSet
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/
Dmod.rs36 pub struct IntSet<T>(Membership, PhantomData<T>); struct
103 impl<T> Default for IntSet<T> { implementation
109 impl<T: Domain> IntSet<T> { impl
402 impl IntSet<u32> { implementation
408 impl<T> IntSet<T> { implementation
462 impl<T: Domain> FromIterator<T> for IntSet<T> { implementation
470 impl<T: Domain> Extend<T> for IntSet<T> { implementation
486 impl<T: Domain> PartialEq for IntSet<T> { implementation
514 impl<T: Domain> Hash for IntSet<T> { implementation
526 impl<T: Domain + Ord> Ord for IntSet<T> { implementation
[all …]
Dsparse_bit_set.rs38 impl IntSet<u32> { impl
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/
Dmod.rs36 pub struct IntSet<T>(Membership, PhantomData<T>); struct
103 impl<T> Default for IntSet<T> { implementation
109 impl<T: Domain> IntSet<T> { impl
402 impl IntSet<u32> { implementation
408 impl<T> IntSet<T> { implementation
462 impl<T: Domain> FromIterator<T> for IntSet<T> { implementation
470 impl<T: Domain> Extend<T> for IntSet<T> { implementation
486 impl<T: Domain> PartialEq for IntSet<T> { implementation
514 impl<T: Domain> Hash for IntSet<T> { implementation
526 impl<T: Domain + Ord> Ord for IntSet<T> { implementation
[all …]
Dsparse_bit_set.rs38 impl IntSet<u32> { implementation
/external/antlr/tool/src/main/java/org/antlr/misc/
DIntSet.java43 public interface IntSet { interface
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgtest-typed-test_test.cc64 typedef std::set<int> IntSet; typedef in CommonTest
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc64 typedef std::set<int> IntSet; typedef in CommonTest
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgtest-typed-test_test.cc64 typedef std::set<int> IntSet; typedef in CommonTest
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc64 typedef std::set<int> IntSet; typedef in CommonTest
/external/googletest/googletest/test/
Dgtest-typed-test_test.cc64 typedef std::set<int> IntSet; typedef in CommonTest
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest-typed-test_test.cc68 typedef std::set<int> IntSet; typedef in CommonTest
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc419 typedef absl::flat_hash_set<int> IntSet; typedef in tensorflow::grappler::__anon4a4f70420111::NodeTypeAttrMap