Home | History | Annotate | Download | only in src

Lines Matching refs:DispatchTableConstructor

668     DispatchTableConstructor cons(table_, ignore_case);
5038 void DispatchTableConstructor::VisitEnd(EndNode* that) {
5043 void DispatchTableConstructor::BuildTable(ChoiceNode* node) {
5056 explicit AddDispatchRange(DispatchTableConstructor* constructor)
5060 DispatchTableConstructor* constructor_;
5070 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) {
5079 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) {
5086 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) {
5098 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) {
5117 void DispatchTableConstructor::VisitText(TextNode* that) {
5143 void DispatchTableConstructor::VisitAction(ActionNode* that) {