Home | History | Annotate | Download | only in src

Lines Matching defs:DispatchTable

325 class DispatchTable : public ZoneObject {
327 explicit DispatchTable(Zone* zone) : tree_(zone) { }
1065 DispatchTable* GetTable(bool ignore_case);
1123 DispatchTable* table_;
1556 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1576 DispatchTable* table() { return table_; }
1580 DispatchTable* table_;