Home | History | Annotate | Download | only in regexp

Lines Matching defs:DispatchTable

265 class DispatchTable : public ZoneObject {
267 explicit DispatchTable(Zone* zone) : tree_(zone) { }
328 void Call(uc32 from, DispatchTable::Entry entry);
344 DispatchTable table_;
956 DispatchTable* GetTable(bool ignore_case);
1013 DispatchTable* table_;
1442 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1462 DispatchTable* table() { return table_; }
1466 DispatchTable* table_;