Searched refs:isSubset (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | RegularImmutableSortedSet.java | 29 final boolean isSubset; field in RegularImmutableSortedSet 31 RegularImmutableSortedSet(SortedSet<E> delegate, boolean isSubset) { in RegularImmutableSortedSet() argument 33 this.isSubset = isSubset; in RegularImmutableSortedSet()
|
D | ImmutableSortedSet.java | 189 boolean isSubset = (result instanceof RegularImmutableSortedSet) in copyOfInternal() 190 && ((RegularImmutableSortedSet) result).isSubset; in copyOfInternal() 191 if (!isSubset) { in copyOfInternal() 229 SortedSet<E> delegate, boolean isSubset) { in unsafeDelegateSortedSet() argument 232 : new RegularImmutableSortedSet<E>(delegate, isSubset); in unsafeDelegateSortedSet()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1682 template <class S1Ty, class S2Ty> static bool isSubset(S1Ty &Set1, S2Ty &Set2) { in isSubset() function 1787 if (isSubset(S1, S2) && S1.size() == S2.size()) { in colocateNodeSets() 1972 if (pred_L(NodeOrder, N) && isSubset(N, Nodes)) { in computeNodeOrder() 1976 } else if (succ_L(NodeOrder, N) && isSubset(N, Nodes)) { in computeNodeOrder()
|