Searched refs:HookTable (Results 1 – 2 of 2) sorted by relevance
97 typedef gtl::FlatMap<string, Hook*> HookTable; typedef98 HookTable hook_table_ GUARDED_BY(mu_);100 void PurgeTable(const Status& s, HookTable* table);
34 HookTable dummy_table; in StartAbort()43 void BufRendezvous::PurgeTable(const Status& s, HookTable* table) { in PurgeTable()