Home
last modified time | relevance | path

Searched refs:_visited (Results 1 – 25 of 368) sorted by path

12345678910>>...15

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A Dmwis.hpp709 size_t _visited; member in mwis::successor
718 _bound(bound), _visited(0), _best_weight(&best_weight), _limit(limit) in successor()
723 if (_visited > 1000 * 1000 * 10) in operator ()()
726 _visited++; in operator ()()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbRtEdge.h129 bool _visited; variable
142 _visited(false) in dbRtEdge()
199 bool isVisited() const { return _visited; } in isVisited()
202 void setVisited(bool value) { _visited = value; } in setVisited()
H A DdbRtNode.h115 bool _visited; variable
161 _visited(false) in dbRtNode()
214 bool isVisited() const { return _visited; } in isVisited()
217 void setVisited(bool value) { _visited = value; } in setVisited()
H A Dwire.h121 uint _visited : 1; // OpenRCX variable
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbBox.cpp964 return box->_flags._visited == 1; in isVisited()
975 box->_flags._visited = (value == true) ? 1 : 0; in setVisited()
H A DdbBox.h54 uint _visited : 1; member
123 _flags._visited = 0; in _dbBox()
H A DdbRtTree.cpp734 n->_visited = false; in encode()
741 if (n->_visited) in encode()
766 src->_visited = true; in encodePath()
781 if (tgt->_visited) // incoming edge in encodePath()
822 if (tgt->_visited) // incoming edge in encodePath()
1102 n->_visited = false; // not visited in duplicate()
1108 if (n->_visited == false) { in duplicate()
1179 node->_visited = true; // visited in copyNode()
1187 if (other->_visited) { in copyNode()
1247 n->_visited = false; // not visited in copy()
[all …]
H A Dgrids.cpp398 _visited = 0; in set()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextCC.cpp493 if (ignore_visited || (wire->_visited == 0 && wire->_srcWire == NULL) || in couplingCaps()
494 (wire->_srcWire != NULL && wire->_srcWire->_visited == 0)) { in couplingCaps()
514 wire->_visited = 1; in couplingCaps()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Ddocument_source_graph_lookup.cpp109 while (!_visited.empty()) { in getNext()
111 auto it = _visited.begin(); in getNext()
113 _visited.erase(it); in getNext()
121 invariant(_visited.empty()); in getNext()
132 if (_visited.empty()) { in getNextUnwound()
148 if (_visited.empty()) { in getNextUnwound()
162 auto it = _visited.begin(); in getNextUnwound()
168 _visited.erase(it); in getNextUnwound()
178 _visited.clear(); in doDispose()
238 if (_visited.find(id) != _visited.end()) { in addToVisitedAndFrontier()
[all …]
H A Ddocument_source_graph_lookup.h211 ValueUnorderedMap<Document> _visited; variable
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A DConsistentOrientationBuilder.cpp100 _visited.resize( numTriangles() ) ; in _makeOrientationConsistent()
104 _visited[i] = false ; in _makeOrientationConsistent()
115 _visited[ currentTriangle ] = true ; in _makeOrientationConsistent()
200 if ( ! _oriented[i] || _visited[i] ) { in _findNextTriangle()
H A DConsistentOrientationBuilder.h87 std::vector< bool > _visited ; variable
/dports/devel/libqtxdg/libqtxdg-3.8.0/src/xdgiconloader/
H A Dxdgiconloader.cpp526 QStringList _visited; in findIconHelper() local
527 info = findIconHelper(themeName, iconNameFallback.toString(), _visited, true); in findIconHelper()
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/tests/suite/
H A DPHP_UML_test_sample.php161 private $_visited = array();
187 $this->_visited = array();
220 $this->_visited = array();
272 $this->_xmi .= $this->_factory->getComponentView($this->_visited);
358 $this->_visited[] = array(
371 $this->_visited[] = array(self::DIR_OPEN => $dir);
382 $this->_visited[] = array(self::DIR_CLOSE => $dir);
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/tests/suite/data-providers/
H A DPHP_UML_test_sample.php.obj10 …s:4:"file";N;s:4:"type";r:22;s:2:"id";s:10:"PHP_UML_91";s:4:"name";s:8:"_visited";s:11:"descriptio…
H A Dglobal.obj59 …4:"file";N;s:4:"type";r:371;s:2:"id";s:11:"PHP_UML_985";s:4:"name";s:8:"_visited";s:11:"descriptio…
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Dtest.py22 self._visited = set()
31 if module in self._visited:
33 self._visited.add(module)
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Dtest.py27 self._visited = set()
36 if module in self._visited:
38 self._visited.add(module)
/dports/devel/pylint/pylint-2.12.1/pylint/pyreverse/
H A Dutils.py208 self._visited = set()
212 if node in self._visited:
215 self._visited.add(node)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dtypehierarchybuilder.cpp204 if (_visited.contains(symbol)) in buildDerived()
207 _visited.insert(symbol); in buildDerived()
H A Dtypehierarchybuilder.h85 QSet<CPlusPlus::Symbol *> _visited; variable
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSplicingVisitor.cxx96 itr = _visited.find(tmpPtr); in getNewNode()
102 if (itr == _visited.end()) in getNewNode()
112 return _visited.insert(std::make_pair(oldTmp, newTmp)).second; in recordNewNode()
H A DSplicingVisitor.hxx58 NodeMap _visited; member in simgear::SplicingVisitor
/dports/devel/taskflow/taskflow-3.2.0/benchmarks/graph_traversal/
H A Dlevelgraph.hpp38 _visited = false; in unmark()
42 return _visited; in check_status()
58 std::cout << "Status:" << _visited << std::endl; in print_node()
79 bool _visited {false}; member in Node
263 _visited = true; in mark()

12345678910>>...15