Lines Matching refs:unordered_map
72 std::unordered_map<Key, double> GetRecall( in GetRecall()
73 const std::unordered_map<Key, uint32_t>& hist, uint64_t total) { in GetRecall()
74 std::unordered_map<Key, double> freq; in GetRecall()
84 std::unordered_map<Key, double> GetPrevalence( in GetPrevalence()
85 const std::unordered_map<Key, uint32_t>& hist) { in GetPrevalence()
100 void WriteFreq(std::ostream& out, const std::unordered_map<Key, double>& freq, in WriteFreq()
183 const std::unordered_map<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov()
187 std::vector<std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>> in WriteOpcodeMarkov()
191 [this](const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov()
193 const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov()
206 const std::unordered_map<uint32_t, uint32_t>& hist = kv.second; in WriteOpcodeMarkov()