Searched refs:aEndState (Results 1 – 7 of 7) sorted by relevance
118 final State aEndState = maStateContext.CreateEndState(); in CreateForTopLevelElements() local129 aEndState); in CreateForTopLevelElements()143 final State aEndState = maStateContext.CreateEndState(); in CreateForComplexType() local148 aEndState); in CreateForComplexType()661 final State aEndState) in ProcessType() argument674 final State aEndState) in AddEpsilonTransition() argument679 if (aStartState == aEndState) in AddEpsilonTransition()685 aEndState); in AddEpsilonTransition()693 aEndState.GetFullname()); in AddEpsilonTransition()776 final State aEndState) in Context() argument[all …]
200 final State aEndState = aTransition.GetEndState(); in GetEpsilonClosure() local201 if ( ! aClosure.ContainsState(aEndState)) in GetEpsilonClosure()203 aClosure.AddState(aEndState); in GetEpsilonClosure()204 aWorkList.add(aEndState); in GetEpsilonClosure()
130 final State aEndState = CreateState( in CreateEndState() local133 aEndState.SetIsAccepting(); in CreateEndState()134 return aEndState; in CreateEndState()
94 final State aEndState = aStateContext.CreateEndState(); in CreateForTopLevelElements() local106 aEndState.GetFullname(), in CreateForTopLevelElements()112 aEndState, in CreateForTopLevelElements()
32 final State aEndState) in EpsilonTransition() argument35 maEndState = aEndState; in EpsilonTransition()
35 final State aEndState, in Transition() argument40 maEndState = aEndState; in Transition()
189 XMLPropertyState aEndState( nIndex, aAny ); in StartElement() local190 rProperties.push_back( aEndState ); in StartElement()
Completed in 34 milliseconds