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

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/std/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/
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>,
bucket.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_map<int, std::string> C;
bucket_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
75 typedef std::unordered_map<int, std::string> C;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_map 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*-
24 /** @file profile/unordered_map
34 # include <unordered_map>
39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
46 /// Class std::unordered_map wrapper with performance instrumentation.
51 class unordered_map
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
80 unordered_map(size_type __n = 10,
88 unordered_map(_InputIterator __f, _InputIterator __l,
96 unordered_map(const unordered_map&) = default
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_map 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*-
24 /** @file profile/unordered_map
34 # include <unordered_map>
39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
46 /// Class std::unordered_map wrapper with performance instrumentation.
51 class unordered_map
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
80 unordered_map(size_type __n = 10,
88 unordered_map(_InputIterator __f, _InputIterator __l,
96 unordered_map(const unordered_map&) = default
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_map 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*-
24 /** @file profile/unordered_map
34 # include <unordered_map>
39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
46 /// Class std::unordered_map wrapper with performance instrumentation.
51 class unordered_map
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
80 unordered_map(size_type __n = 10,
88 unordered_map(_InputIterator __f, _InputIterator __l,
96 unordered_map(const unordered_map&) = default
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
unordered_map 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*-
25 /** @file debug/unordered_map
35 # include <unordered_map>
45 /// Class std::unordered_map with safety/checking/debug instrumentation.
50 class unordered_map
51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp,
55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash,
57 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base;
76 unordered_map> iterator
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/
bucket.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_map<int, std::string> C;
bucket_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
75 typedef std::unordered_map<int, std::string> C;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
assign_init.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map& operator=(initializer_list<value_type> il);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
65 typedef std::unordered_map<int, std::string,
size.fail.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
52 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
53 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql, const allocator_type& a);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
54 typedef std::unordered_map<NotConstructible, NotConstructible,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
33 typedef std::unordered_map<int, Emplaceable> C;
56 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>,
81 typedef std::unordered_map<int, Emplaceable> C;
erase_const_iter.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
37 typedef std::unordered_map<int, std::string> C;
58 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
83 typedef std::unordered_map<T, int, Hash> C;
insert_hint_const_lvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
30 typedef std::unordered_map<double, int> C;
57 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
86 typedef std::unordered_map<double, int> C;

Completed in 591 milliseconds

1 2 34 5 6 7 8 91011>>