HomeSort by relevance Sort by last modified time
    Searched defs:SubGraph (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/grxmlcompile/
sub_base.cpp 29 SubGraph::SubGraph (SubGraph *baseG)
52 int SubGraph::NewVertexId ()
57 void SubGraph::AllocateSpaceForArc ()
71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to)
81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id)
91 NUANArc *SubGraph::InheritReverseArc (NUANArc *arcBase, int id)
101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId)
112 NUANArc *SubGraph::CreateCopyWithOutput (NUANArc *arcBase, int id
    [all...]
sub_grph.h 101 class SubGraph
105 SubGraph (char *name, int ruleNo)
127 SubGraph (SubGraph *baseG);
129 ~SubGraph ()
153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
160 void ExpandRules (SubGraph **subList, int *lookupList, int numSubs);
162 /** Reverse subgraph */
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 57 milliseconds