Home
last modified time | relevance | path

Searched refs:unordered_map (Results 1 – 25 of 126) sorted by relevance

123456

/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp122 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main()
127 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
133 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
139 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main()
144 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
152 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_all… in main()
157 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_all… in main()
162 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main()
167 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main()
172 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_al… in main()
[all …]
Ddb_swap_1.pass.cpp32 std::unordered_map<int, int> c1(a1, a1+sizeof(a1)/sizeof(a1[0])); in main()
33 std::unordered_map<int, int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
34 std::unordered_map<int, int>::iterator i1 = c1.begin(); in main()
35 std::unordered_map<int, int>::iterator i2 = c2.begin(); in main()
39 std::unordered_map<int, int>::iterator j = i1; in main()
/external/vulkan-validation-layers/layers/
Dswapchain.h164 unordered_map<VkSurfaceKHR, SwpSurface *> surfaces;
168 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices;
210 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
244 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces;
278 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
281 unordered_map<VkQueue, SwpQueue *> queues;
311 unordered_map<int, SwpImage> images;
336 std::unordered_map<void *, SwpInstance> instanceMap;
337 std::unordered_map<VkSurfaceKHR, SwpSurface> surfaceMap;
338 std::unordered_map<void *, SwpPhysicalDevice> physicalDeviceMap;
[all …]
/external/protobuf/m4/
Dstl_hash.m42 # unordered_map/hash_map (we prefer the first form), and what
6 # HASH_NAMESPACE to the namespace the class (unordered_map or
8 # is named unordered_map, or leave it undefined if not.
17 # First try unordered_map, but not on gcc's before 4.2 -- I've
18 # seen unexplainable unordered_map bugs with -O2 on older gcc's.
20 # error GCC too old for unordered_map
26 for location in unordered_map tr1/unordered_map; do
31 [const ${namespace}::unordered_map<int, int> t;
35 ac_cv_cxx_hash_map_class="unordered_map";])
57 [the location of <unordered_map> or <hash_map>])
/external/libcxx/include/
Dunordered_map2 //===-------------------------- unordered_map -----------------------------===//
16 unordered_map synopsis
25 class unordered_map
47 unordered_map()
52 explicit unordered_map(size_type n, const hasher& hf = hasher(),
56 unordered_map(InputIterator f, InputIterator l,
60 explicit unordered_map(const allocator_type&);
61 unordered_map(const unordered_map&);
62 unordered_map(const unordered_map&, const Allocator&);
63 unordered_map(unordered_map&&)
[all …]
/external/libcxx/test/std/containers/unord/unord.map/
Dmax_load_factor.pass.cpp29 typedef std::unordered_map<int, std::string> C; in main()
34 typedef std::unordered_map<int, std::string> C; in main()
42 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
48 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
58 typedef std::unordered_map<int, std::string> C; in main()
Dbucket_count.pass.cpp28 typedef std::unordered_map<int, std::string> C; in main()
33 typedef std::unordered_map<int, std::string> C; in main()
51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
57 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
Deq.pass.cpp31 typedef std::unordered_map<int, std::string> C; in main()
50 typedef std::unordered_map<int, std::string> C; in main()
69 typedef std::unordered_map<int, std::string> C; in main()
96 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
116 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
136 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
Dload_factor.pass.cpp29 typedef std::unordered_map<int, std::string> C; in main()
46 typedef std::unordered_map<int, std::string> C; in main()
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
70 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
Diterators.pass.cpp32 typedef std::unordered_map<int, std::string> C; in main()
51 typedef std::unordered_map<int, std::string> C; in main()
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
91 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
113 typedef std::unordered_map<int,double> C; in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Dmove_noexcept.pass.cpp43 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main()
47 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
52 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main()
61 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
Ddefault_noexcept.pass.cpp47 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main()
51 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main()
65 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
Dmove_assign_noexcept.pass.cpp46 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main()
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
55 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main()
64 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
Ddtor_noexcept.pass.cpp44 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main()
48 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
53 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main()
62 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main()
Dmove.pass.cpp33 typedef std::unordered_map<int, std::string, in main()
59 typedef std::unordered_map<int, std::string, in main()
100 typedef std::unordered_map<int, std::string, in main()
126 typedef std::unordered_map<int, std::string, in main()
168 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}}; in main()
169 std::unordered_map<int, int>::iterator i = s1.begin(); in main()
171 std::unordered_map<int, int> s2 = std::move(s1); in main()
Dassign_move.pass.cpp33 typedef std::unordered_map<int, std::string, in main()
78 typedef std::unordered_map<int, std::string, in main()
124 typedef std::unordered_map<int, std::string, in main()
171 typedef std::unordered_map<int, std::string, in main()
218 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}}; in main()
219 std::unordered_map<int, int>::iterator i = s1.begin(); in main()
221 std::unordered_map<int, int> s2; in main()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h50 using std::unordered_map;
195 unordered_map<wstring, DWORD>::iterator iter = unique_files_.find(file); in StoreDuplicateFileID()
207 unordered_map<DWORD, DWORD>::iterator iter = file_ids_.find(id); in GetRealFileID()
243 unordered_map<DWORD, DWORD> file_ids_;
245 unordered_map<wstring, DWORD> unique_files_;
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Derase_iter_db2.pass.cpp28 std::unordered_map<int, int> l1(a1, a1+3); in main()
29 std::unordered_map<int, int> l2(a1, a1+3); in main()
30 std::unordered_map<int, int>::const_iterator i = l2.begin(); in main()
Derase_iter_iter_db3.pass.cpp28 std::unordered_map<int, int> l1(a1, a1+3); in main()
29 std::unordered_map<int, int> l2(a1, a1+3); in main()
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l2.cbegin())); in main()
Derase_iter_iter_db2.pass.cpp28 std::unordered_map<int, int> l1(a1, a1+3); in main()
29 std::unordered_map<int, int> l2(a1, a1+3); in main()
30 std::unordered_map<int, int>::iterator i = l1.erase(l1.cbegin(), next(l2.cbegin())); in main()
Derase_iter_iter_db1.pass.cpp28 std::unordered_map<int, int> l1(a1, a1+3); in main()
29 std::unordered_map<int, int> l2(a1, a1+3); in main()
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l1.cbegin())); in main()
/external/google-breakpad/src/common/
Dunordered.h45 struct unordered_map : public hash_map<T, U, H> {}; struct
52 using std::unordered_map;
58 using std::tr1::unordered_map;
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
Dat.pass.cpp29 typedef std::unordered_map<int, std::string> C; in main()
55 typedef std::unordered_map<int, std::string> C; in main()
81 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
108 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
Dindex.pass.cpp28 typedef std::unordered_map<int, std::string> C; in main()
49 typedef std::unordered_map<MoveOnly, std::string> C; in main()
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, in main()
93 … typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>, in main()
/external/clang/test/SemaTemplate/
Ddefault-expr-arguments.cpp321 struct unordered_map { struct
322 explicit unordered_map(int n = 42);
323 unordered_map(move_from<K> other);
327 new unordered_map<void>(); in StripedHashTable()
328 new unordered_map<void>; in StripedHashTable()

123456