Searched refs:arcBase (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_base.cpp | 81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id) in InheritArc() argument 84 NUANArc *arc_one= new NUANArc (arcBase); in InheritArc() 91 NUANArc *SubGraph::InheritReverseArc (NUANArc *arcBase, int id) in InheritReverseArc() argument 94 NUANArc *arc_one= new NUANArc (arcBase); in InheritReverseArc() 101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId) in InheritReverseArcWithTag() argument 104 NUANArc *arc_one= new NUANArc (arcBase); in InheritReverseArcWithTag() 112 NUANArc *SubGraph::CreateCopyWithOutput (NUANArc *arcBase, int id) in CreateCopyWithOutput() argument 115 NUANArc *arc_one= new NUANArc (arcBase); in CreateCopyWithOutput()
|
D | sub_grph.h | 210 NUANArc *InheritArc (NUANArc *arcBase, int id); 211 NUANArc *InheritReverseArc (NUANArc *arcBase, int id); 212 NUANArc *CreateCopyWithOutput (NUANArc *arcBase, int id); 213 NUANArc *InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId);
|