Home | History | Annotate | Download | only in regexp

Lines Matching refs:DispatchTable

261 class DispatchTable : public ZoneObject {
263 explicit DispatchTable(Zone* zone) : tree_(zone) { }
912 DispatchTable* GetTable(bool ignore_case);
969 DispatchTable* table_;
1398 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1418 DispatchTable* table() { return table_; }
1422 DispatchTable* table_;