Home | History | Annotate | Download | only in parser

Lines Matching refs:m_state

38     : m_state(Initial)
49 m_state = Initial;
58 for (const Char* it = begin; it != end && m_state != DoneParsingImportRules; ++it)
83 switch (m_state) {
88 m_state = RuleStart;
90 m_state = MaybeComment;
92 m_state = DoneParsingImportRules;
96 m_state = Comment;
98 m_state = Initial;
102 m_state = MaybeCommentEnd;
108 m_state = Initial;
110 m_state = Comment;
117 m_state = Rule;
119 m_state = Initial;
123 m_state = AfterRule;
125 m_state = Initial;
133 m_state = Initial;
135 m_state = DoneParsingImportRules;
137 m_state = RuleValue;
143 m_state = AfterRuleValue;
155 m_state = DoneParsingImportRules;
158 m_state = Initial;
222 m_state = Initial;
224 m_state = Initial;
226 m_state = DoneParsingImportRules;