Home | History | Annotate | Download | only in src

Lines Matching defs:DispatchTable

344 class DispatchTable : public ZoneObject {
346 explicit DispatchTable(Zone* zone) : tree_(zone) { }
1079 DispatchTable* GetTable(bool ignore_case);
1119 DispatchTable* table_;
1524 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1544 DispatchTable* table() { return table_; }
1548 DispatchTable* table_;