Home
last modified time | relevance | path

Searched refs:boundSet (Results 1 – 7 of 7) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DConstraintFormula.java15 private BoundSet boundSet; field in ConstraintFormula.ReductionResult
19 return boundSet; in getBoundSet()
32 newInstance.boundSet = this.boundSet; in withConstraint()
41 newInstance.boundSet = this.boundSet.withBound(bound); in withBound()
47 this.boundSet = BoundSet.empty(); in ReductionResult()
66 if (!boundSet.equals(that.boundSet)) return false; in equals()
72 int result = boundSet.hashCode(); in hashCode()
80 "boundSet=" + boundSet + in toString()
112 reductionResult.boundSet = bounds; in bounds()
DConstraintFormulaSet.java40 BoundSet boundSet = BoundSet.empty(); in reduce() local
43 ConstraintFormula.ReductionResult reductionResult = constraintFormula.reduce(boundSet); in reduce()
45 boundSet.incorporate(reductionResult.getBoundSet(), typeSolver); in reduce()
47 return boundSet; in reduce()
DTypeInference.java514 BoundSet boundSet = BoundSet.empty(); in boundSetup() local
523 boundSet = boundSet.withBound(new SubtypeOfBound(alphaL, object)); in boundSetup()
538 boundSet = boundSet.withBound(new SubtypeOfBound(alphaL, TWithSubstitutions)); in boundSetup()
540 if (boundSet.getProperUpperBoundsFor(alphaL).isEmpty()) { in boundSetup()
541 boundSet = boundSet.withBound(new SubtypeOfBound(alphaL, object)); in boundSetup()
547 return boundSet; in boundSetup()
DBoundSet.java32 BoundSet boundSet = (BoundSet) o; in equals()
34 return new HashSet<>(bounds).equals(new HashSet<>(boundSet.bounds)); in equals()
66 BoundSet boundSet = new BoundSet(); in withBound() local
67 boundSet.bounds.addAll(this.bounds); in withBound()
68 boundSet.bounds.add(bound); in withBound()
69 return boundSet; in withBound()
DInstantiationSet.java15 public boolean allInferenceVariablesAreResolved(BoundSet boundSet) { in allInferenceVariablesAreResolved() argument
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...