Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp32 void SubGraph::RemapForSortedOutput ( GRXMLDoc &p_Doc ) in RemapForSortedOutput() argument
38 if (origIndex >= 0 && p_Doc.findSortedLabelIndex (origIndex, sortedIndex )) in RemapForSortedOutput()
44 void SubGraph::WriteForwardGraphFile( std::string & fileName, GRXMLDoc &p_Doc ) in WriteForwardGraphFile() argument
54 RemapForSortedOutput (p_Doc); in WriteForwardGraphFile()
56 p_Doc.sortLabels(); in WriteForwardGraphFile()
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphFile()
97 void SubGraph::WriteForwardGraphWithSemantic ( std::string & fileName, GRXMLDoc &p_Doc ) in WriteForwardGraphWithSemantic() argument
112 RemapForSortedOutput (p_Doc); in WriteForwardGraphWithSemantic()
114 p_Doc.sortLabels(); in WriteForwardGraphWithSemantic()
126 if (!p_Doc.findRule( arc[loc]->outputLabel, outLabel ) ) { in WriteForwardGraphWithSemantic()
[all …]
Dsub_grph.h178 void PrintWithLabels( GRXMLDoc &p_Doc );
181 void WriteForwardGraphWithSemantic ( std::string & fileName, GRXMLDoc &p_Doc );
182 void WriteForwardGraphFile ( std::string & fileName, GRXMLDoc &p_Doc );
183 void WriteFile ( std::string & fileName, GRXMLDoc &p_Doc );
184 void WritePhonemeGraphFile( std::string & fileName, GRXMLDoc &p_Doc );
185 void WriteHMMGraphFile( std::string & fileName, GRXMLDoc &p_Doc );
Dnetw_arc.h327 void Dump (GRXMLDoc &p_Doc );