Searched refs:tagLabel (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp244 int SubGraph::AddItem (int inputLabel, int tagLabel) argument
250 arg1= tagLabel;
256 (void) CreateArc (inputLabel, tagLabel, lastId, newId);
260 (void) CreateArc (inputLabel, tagLabel, startId, endId);
269 int SubGraph::AddTag (int tagLabel) argument
280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId);
284 (void) CreateArc (TAG_LABEL, tagLabel, startId, endId);
H A Dsub_grph.h158 int AddItem (int inputLabel, int tagLabel);
159 int AddTag (int tagLabel);

Completed in 455 milliseconds