HomeSort by relevance Sort by last modified time
    Searched refs:subGraph (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/grxmlcompile/
grph.h 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)
    [all...]
gr_iface.cpp 30 int Graph::addSubGraph (SubGraph *sbGraph)
36 SubGraph **newSubGraph= new SubGraph * [numSubGraph+BLKSIZE];
39 newSubGraph[ii]= subGraph[ii];
42 delete [] subGraph;
44 subGraph= newSubGraph;
48 subGraph= new SubGraph * [BLKSIZE];
54 subGraph[numSubGraph]= sbGraph;
76 int Graph::getSubGraphIndex (SubGraph *sGraph
    [all...]

Completed in 1291 milliseconds