Home | History | Annotate | Download | only in regexp

Lines Matching defs:DispatchTable

214 class DispatchTable : public ZoneObject {
216 explicit DispatchTable(Zone* zone) : tree_(zone) { }
277 void Call(uc32 from, DispatchTable::Entry entry);
293 DispatchTable table_;
905 DispatchTable* GetTable(bool ignore_case);
962 DispatchTable* table_;
1391 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1411 DispatchTable* table() { return table_; }
1415 DispatchTable* table_;