Home
last modified time | relevance | path

Searched defs:AddNext (Results 1 – 9 of 9) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotUtils.h119 void AddNext(T* elem) in AddNext() function
170 void AddNext(T* elem) in AddNext() function
/dports/cad/opencascade/opencascade-7.6.0/src/TFunction/
H A DTFunction_GraphNode.cxx162 Standard_Boolean TFunction_GraphNode::AddNext(const Standard_Integer funcID) in AddNext() function in TFunction_GraphNode
177 Standard_Boolean TFunction_GraphNode::AddNext(const TDF_Label& func) in AddNext() function in TFunction_GraphNode
/dports/benchmarks/postal/postal-0.73/
H A Dexpand.h52 void AddNext(NamePattern *np) { m_next = np; } in AddNext() function
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_SelectSuite.cxx46 void IFSelect_SelectSuite::AddNext in AddNext() function in IFSelect_SelectSuite
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-mca/
H A DResourcePressureView.h44 /// In this example, we have AVX code executed on AMD Jaguar (btver2).
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotInstr.cpp127 void CBotInstr::AddNext(CBotInstr* n) in AddNext() function in CBot::CBotInstr
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dsettings.hpp129 static std::string AddNext; member in Setting
/dports/devel/upp/upp/uppsrc/Geom/Draw/
H A DpathDraw.h255 …void AddNext(Point pt) { if(vertices.Top() != pt) { vertices.Add(pt); counts.Top()++; } } in AddNext() function
H A DpathDraw.cpp582 void PathDraw::Output::AddNext(const Vector<Point>& list) in AddNext() function in Upp::PathDraw::Output