Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp100 std::string inLabel, outLabel; in WriteForwardGraphWithSemantic() local
121 outLabel = OpenBrace; in WriteForwardGraphWithSemantic()
126 if (!p_Doc.findRule( arc[loc]->outputLabel, outLabel ) ) { in WriteForwardGraphWithSemantic()
129 outLabel = "(" + ss.str() + ")"; in WriteForwardGraphWithSemantic()
131 outLabel = outLabel + CloseBrace; in WriteForwardGraphWithSemantic()
136 outLabel= Eps; in WriteForwardGraphWithSemantic()
143 outLabel = ss.str(); in WriteForwardGraphWithSemantic()
147 outLabel = ""; in WriteForwardGraphWithSemantic()
163 outLabel= Eps; in WriteForwardGraphWithSemantic()
167 outLabel = ss.str(); in WriteForwardGraphWithSemantic()
[all …]