Searched refs:oLabel (Results 1 – 3 of 3) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 37 NUANArc (int iLabel, int oLabel) in NUANArc() argument 40 outputLabel= oLabel; in NUANArc() 49 NUANArc (int iLabel, int oLabel, int from, int to) in NUANArc() argument 52 outputLabel= oLabel; in NUANArc()
|
D | sub_base.cpp | 71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() argument 75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to); in CreateArc()
|
D | sub_grph.h | 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
|