Searched refs:p_Doc (Results 1 – 3 of 3) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 32 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 …]
|
D | sub_grph.h | 178 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 );
|
D | netw_arc.h | 327 void Dump (GRXMLDoc &p_Doc );
|