Lines Matching refs:DispatchTableConstructor
864 DispatchTableConstructor cons(table_, ignore_case, zone()); in GetTable()
6490 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()
6495 void DispatchTableConstructor::BuildTable(ChoiceNode* node) { in BuildTable()
6508 explicit AddDispatchRange(DispatchTableConstructor* constructor) in AddDispatchRange()
6512 DispatchTableConstructor* constructor_;
6521 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) { in VisitChoice()
6530 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) { in VisitBackReference()
6537 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) { in VisitAssertion()
6549 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) { in AddInverse()
6568 void DispatchTableConstructor::VisitText(TextNode* that) { in VisitText()
6594 void DispatchTableConstructor::VisitAction(ActionNode* that) { in VisitAction()