Searched refs:beginScopeId (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 117 int SubGraph::ConnectLastScope (int beginScopeId, int endScopeId) in ConnectLastScope() argument 144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope() 149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId); in ConnectLastScope() 153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope() 158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
|
D | sub_grph.h | 221 int ConnectLastScope (int beginScopeId, int endScopeId);
|