Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DNodeManager.cs60 nodeIds[i] = parentEngine.GetNextNodeId(); in RegisterNodeProvider()
H A DEngine.cs677 internal int GetNextNodeId() in GetNextNodeId() method in Microsoft.Build.BuildEngine.Engine
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dnode_metadata.c99 static int GetNextNodeId(void);
1536 int nextNodeIdInt = GetNextNodeId(); in AddNodeMetadata()
1886 GetNextNodeId() in GetNextNodeId() function
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkReebGraph.cxx464 vtkIdType GetNextNodeId();
1785 nodeId = GetNextNodeId(); in CommitSimplification()
2031 nodeId = this->Storage->GetNextNodeId(); in CloseStream()
2129 nodeId = this->Storage->GetNextNodeId(); in PrintNodeData()
3292 vtkIdType vtkReebGraph::Implementation::GetNextNodeId() in GetNextNodeId() function in vtkReebGraph::Implementation
3313 return this->GetNextNodeId(); in GetPreviousNodeId()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkReebGraph.cxx464 vtkIdType GetNextNodeId();
1785 nodeId = GetNextNodeId(); in CommitSimplification()
2032 nodeId = this->Storage->GetNextNodeId(); in CloseStream()
2131 nodeId = this->Storage->GetNextNodeId(); in PrintNodeData()
3291 vtkIdType vtkReebGraph::Implementation::GetNextNodeId() in GetNextNodeId() function in vtkReebGraph::Implementation
3312 return this->GetNextNodeId(); in GetPreviousNodeId()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkReebGraph.cxx473 vtkIdType GetNextNodeId();
1779 nodeId = GetNextNodeId(); in CommitSimplification()
2012 nodeId = this->Storage->GetNextNodeId(); in CloseStream()
2108 nodeId = this->Storage->GetNextNodeId(); in PrintNodeData()
3212 vtkIdType vtkReebGraph::Implementation::GetNextNodeId() in GetNextNodeId() function in vtkReebGraph::Implementation
3232 return this->GetNextNodeId(); in GetPreviousNodeId()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DEngineLoggingServices_Tests.cs1268 int nodeId = buildEngine.GetNextNodeId(); in OutProcLoggingTest()