Lines Matching refs:DispatchTableConstructor
891 DispatchTableConstructor cons(table_, ignore_case, zone()); in GetTable()
6149 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()
6154 void DispatchTableConstructor::BuildTable(ChoiceNode* node) { in BuildTable()
6167 explicit AddDispatchRange(DispatchTableConstructor* constructor) in AddDispatchRange()
6171 DispatchTableConstructor* constructor_;
6181 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) { in VisitChoice()
6190 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) { in VisitBackReference()
6197 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) { in VisitAssertion()
6209 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) { in AddInverse()
6228 void DispatchTableConstructor::VisitText(TextNode* that) { in VisitText()
6254 void DispatchTableConstructor::VisitAction(ActionNode* that) { in VisitAction()