Searched refs:endScopeId (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 146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope() 150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId); in ConnectLastScope() 155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId); in ConnectLastScope() 160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
|
D | sub_grph.h | 221 int ConnectLastScope (int beginScopeId, int endScopeId);
|