Searched refs:tagLabel (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 244 int SubGraph::AddItem (int inputLabel, int tagLabel) in AddItem() argument 250 arg1= tagLabel; in AddItem() 256 (void) CreateArc (inputLabel, tagLabel, lastId, newId); in AddItem() 260 (void) CreateArc (inputLabel, tagLabel, startId, endId); in AddItem() 269 int SubGraph::AddTag (int tagLabel) in AddTag() argument 280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId); in AddTag() 284 (void) CreateArc (TAG_LABEL, tagLabel, startId, endId); in AddTag()
|
D | sub_grph.h | 158 int AddItem (int inputLabel, int tagLabel); 159 int AddTag (int tagLabel);
|