Searched refs:TrapIds (Results 1 – 2 of 2) sorted by relevance
51 typedef std::map<TrapKey, uint16_t> TrapIds; typedef73 TrapIds trap_ids_; // Maps from TrapKeys to numeric ids
293 TrapIds::const_iterator iter = trap_ids_.find(key); in Add()