Home
last modified time | relevance | path

Searched defs:TrapKey (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.h43 struct TrapKey { struct
44 TrapKey() : fnc(NULL), aux(NULL), safe(false) {} in TrapKey() function
45 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {} in TrapKey() argument
49 bool operator<(const TrapKey&) const; argument