Home | History | Annotate | Download | only in src

Lines Matching refs:DispatchTable

371 class DispatchTable : public ZoneObject {
1061 DispatchTable* GetTable(bool ignore_case);
1099 DispatchTable* table_;
1353 DispatchTableConstructor(DispatchTable* table, bool ignore_case)
1371 DispatchTable* table() { return table_; }
1375 DispatchTable* table_;