Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:SubGraph

32         subGraph= 0;
38 delete [] subGraph;
43 int addSubGraph (SubGraph *subGraph);
44 int getSubGraphIndex (SubGraph *subGraph);
46 void BeginRule (SubGraph *subg);
47 void EndRule (SubGraph *subg);
48 void BeginItem (SubGraph *subg);
49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
50 void AddRuleRef (SubGraph *subg, int ruleNo);
51 void AddLabel (SubGraph *subg, int labNo);
52 void AddTag (SubGraph *subg, int tagNo);
53 void EndItem (SubGraph *subg);
54 void BeginOneOf (SubGraph *subg);
55 void EndOneOf (SubGraph *subg);
56 void BeginCount (SubGraph *subg, int minCount, int maxCount);
57 void EndCount (SubGraph *subg);
58 void BeginOptional (SubGraph *subg);
60 void ExpandRules (SubGraph *subg);
65 SubGraph **subGraph;