Searched refs:str_map (Results 1 – 1 of 1) sorted by relevance
50 static std::unordered_map<uint32_t, std::string> str_map = { in AlgoTypeToString() local96 return str_map[uint32_t(type)]; in AlgoTypeToString()