Home
last modified time | relevance | path

Searched defs:addAlways (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/dtd/util/
H A DSortedSet.java118 public int addAlways(Object obj) { in addAlways() method in SortedSet
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DExtendedNestingGraph.cpp1578 edge ExtendedNestingGraph::addEdge(node u, node v, bool addAlways) in addEdge()