Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp244 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()
Dsub_grph.h158 int AddItem (int inputLabel, int tagLabel);
159 int AddTag (int tagLabel);