Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:SubGraph

34 void SubGraph::SortLanguage ()
51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx)
131 void SubGraph::SortLanguageAtSortIndices (int begIx, int endIx)
204 int SubGraph::FindFromIndex (int element)
229 void SubGraph::SortLanguageReverse ()
309 int SubGraph::FindToIndex (int element)
334 void SubGraph::UpdateSortForLanguage ()
339 bool SubGraph::CheckSort ()
348 bool SubGraph::CheckSortReverse ()
359 void SubGraph::ClearDuplicateArcs ()
375 void SubGraph::RenumberNodes ()
420 void SubGraph::RemoveDuplicatesAtNode (int rixBegin, int rixEnd)
448 void SubGraph::SortLanguageForMin ()
465 void SubGraph::SortLanguageAtIndicesForMin (int begIx, int endIx)
542 // printf("assert(0) in SubGraph::CheckSort %d\n", checkSort);