OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrapIds
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.h
51
typedef std::map<TrapKey, uint16_t>
TrapIds
;
73
TrapIds
trap_ids_; // Maps from TrapKeys to numeric ids
trap.cc
293
TrapIds
::const_iterator iter = trap_ids_.find(key);
Completed in 62 milliseconds