Searched refs:build_unordered_set (Results 1 – 5 of 5) sorted by relevance
11 std::unordered_set<int> const build_unordered_set() in build_unordered_set() function50 std::unordered_set<int> const data = build_unordered_set(); in main()
11 std::unordered_set<int> const build_unordered_set() in build_unordered_set() function28 int_set const data = build_unordered_set(); in build_unordered_multiset()
57 std::unordered_set<int> const build_unordered_set();59 template <> inline std::unordered_set<int> const build_assoc() { return build_unordered_set(); } in build_assoc()