Searched defs:TrapKey (Results 1 – 1 of 1) sorted by relevance
43 struct TrapKey { struct44 TrapKey() : fnc(NULL), aux(NULL), safe(false) {} in TrapKey() argument45 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {} in TrapKey() function49 bool operator<(const TrapKey&) const; argument