Home | History | Annotate | Download | only in src

Lines Matching refs:DispatchTable

336 class DispatchTable : public ZoneObject {
1006 DispatchTable* GetTable(bool ignore_case);
1041 DispatchTable* table_;
1290 DispatchTableConstructor(DispatchTable* table, bool ignore_case)
1308 DispatchTable* table() { return table_; }
1312 DispatchTable* table_;