HomeSort by relevance Sort by last modified time
    Searched full:unordered_map (Results 76 - 100 of 717) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
eq.pass.cpp 10 // <unordered_map>
14 // operator==(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
15 // const unordered_map<Key, T, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
20 // const unordered_map<Key, T, Hash, Pred, Alloc>& y);
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string> C;
69 typedef std::unordered_map<int, std::string> C;
96 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>
    [all...]
count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
46 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
find_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
find_non_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
61 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
45 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
70 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
37 /// Base types for unordered_map.
98 class unordered_map class
139 unordered_map(size_type __n = 10, function in class:unordered_map
147 * @brief Builds an %unordered_map from a range.
155 * Create an %unordered_map consisting of copies of the elements from
160 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
169 unordered_map(const unordered_map&) = default
179 unordered_map(const allocator_type& __a) function in class:unordered_map
188 unordered_map(const unordered_map& __umap, function in class:unordered_map
198 unordered_map(unordered_map&& __umap, function in class:unordered_map
214 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]
  /external/libcxx/test/containers/unord/unord.map/
count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
46 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
find_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
find_non_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
61 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
45 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
70 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
insert_init.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
29 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
insert_init.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
29 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map();
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
69 std::unordered_map<int, int> c = {};
  /external/libcxx/test/containers/unord/unord.map/unord.map.elem/
index.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<MoveOnly, std::string> C;
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
93 typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map();
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
69 std::unordered_map<int, int> c = {};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/
index.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<MoveOnly, std::string> C;
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
93 typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
37 /// Base types for unordered_map.
97 class unordered_map : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible
138 unordered_map(size_type __n = 10, function in class:unordered_map
146 * @brief Builds an %unordered_map from a range.
154 * Create an %unordered_map consisting of copies of the elements from
159 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
168 unordered_map(const unordered_map&) = default
184 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]

Completed in 227 milliseconds

1 2 34 5 6 7 8 91011>>