Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dnetw_arc.h37 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()
Dsub_base.cpp71 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()
Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);