Searched refs:build_unordered_map (Results 1 – 5 of 5) sorted by relevance
11 std::unordered_map<int, int> const build_unordered_map() in build_unordered_map() function53 std::unordered_map<int, int> const data = build_unordered_map(); in main()
11 std::unordered_map<int, int> const build_unordered_map() in build_unordered_map() function31 int_map const data = build_unordered_map(); in build_unordered_multimap()
51 std::unordered_map<int, int> const build_unordered_map();53 template <> inline std::unordered_map<int, int> const build_assoc() { return build_unordered_map();… in build_assoc()