/external/libcxx/test/std/containers/unord/unord.set/ |
find_non_const.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 26 typedef std::unordered_set<int> C; 47 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
insert_init.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 28 typedef std::unordered_set<int> C; 49 typedef std::unordered_set<int, std::hash<int>,
|
insert_range.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 19 #include <unordered_set> 28 typedef std::unordered_set<int> C; 49 typedef std::unordered_set<int, std::hash<int>,
|
iterators.fail.cpp | 10 // <unordered_set> 14 // class unordered_set 23 #include <unordered_set> 29 typedef std::unordered_set<int> C; 50 typedef std::unordered_set<int> C;
|
rehash.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 36 typedef std::unordered_set<int> C; 63 typedef std::unordered_set<int, std::hash<int>,
|
reserve.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 36 typedef std::unordered_set<int> C; 63 typedef std::unordered_set<int, std::hash<int>,
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
size.fail.cpp | 10 // <unordered_set> 14 // class unordered_set 16 // explicit unordered_set(size_type n); 18 #include <unordered_set> 29 typedef std::unordered_set<NotConstructible,
|
default.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 16 // unordered_set(); 18 #include <unordered_set> 30 typedef std::unordered_set<NotConstructible, 48 typedef std::unordered_set<NotConstructible, 65 std::unordered_set<int> c = {};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
count.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 26 typedef std::unordered_set<int> C; 48 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
erase_const_iter.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 26 typedef std::unordered_set<int> C; 47 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
find_const.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 26 typedef std::unordered_set<int> C; 47 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
find_non_const.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 26 typedef std::unordered_set<int> C; 47 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
insert_init.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 28 typedef std::unordered_set<int> C; 49 typedef std::unordered_set<int, std::hash<int>,
|
insert_range.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 19 #include <unordered_set> 28 typedef std::unordered_set<int> C; 49 typedef std::unordered_set<int, std::hash<int>,
|
iterators.fail.cpp | 10 // <unordered_set> 14 // class unordered_set 23 #include <unordered_set> 29 typedef std::unordered_set<int> C; 50 typedef std::unordered_set<int> C;
|
rehash.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 36 typedef std::unordered_set<int> C; 63 typedef std::unordered_set<int, std::hash<int>,
|
reserve.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 36 typedef std::unordered_set<int> C; 63 typedef std::unordered_set<int, std::hash<int>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
size.fail.cpp | 10 // <unordered_set> 14 // class unordered_set 16 // explicit unordered_set(size_type n); 18 #include <unordered_set> 29 typedef std::unordered_set<NotConstructible,
|
default.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 16 // unordered_set(); 18 #include <unordered_set> 30 typedef std::unordered_set<NotConstructible, 48 typedef std::unordered_set<NotConstructible, 65 std::unordered_set<int> c = {};
|
/external/regex-re2/util/ |
util.h | 47 #include <unordered_set> // using stlport 49 #include <tr1/unordered_set> // using gnustl 51 using std::tr1::unordered_set; 55 #include <tr1/unordered_set> 56 using std::tr1::unordered_set; 60 #include <unordered_set> 61 using std::unordered_set;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 0 // unordered_set implementation -*- C++ -*- 25 /** @file bits/unordered_set.h 27 * Do not attempt to use it directly. @headername{unordered_set} 37 /// Base types for unordered_set. 93 class unordered_set : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible 132 unordered_set(size_type __n = 10, function in class:unordered_set 140 * @brief Builds an %unordered_set from a range. 148 * Create an %unordered_set consisting of copies of the elements from 153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 162 unordered_set(const unordered_set&) = default 178 unordered_set(initializer_list<value_type> __l, function in class:unordered_set [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 0 // unordered_set implementation -*- C++ -*- 25 /** @file bits/unordered_set.h 27 * Do not attempt to use it directly. @headername{unordered_set} 37 /// Base types for unordered_set. 93 class unordered_set : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible 132 unordered_set(size_type __n = 10, function in class:unordered_set 140 * @brief Builds an %unordered_set from a range. 148 * Create an %unordered_set consisting of copies of the elements from 153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 162 unordered_set(const unordered_set&) = default 178 unordered_set(initializer_list<value_type> __l, function in class:unordered_set [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unordered_set.h | 0 // unordered_set implementation -*- C++ -*- 25 /** @file bits/unordered_set.h 27 * Do not attempt to use it directly. @headername{unordered_set} 37 /// Base types for unordered_set. 93 class unordered_set : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible 132 unordered_set(size_type __n = 10, function in class:unordered_set 140 * @brief Builds an %unordered_set from a range. 148 * Create an %unordered_set consisting of copies of the elements from 153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 162 unordered_set(const unordered_set&) = default 178 unordered_set(initializer_list<value_type> __l, function in class:unordered_set [all...] |
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_LinkerNamespacesTest.cpp | 34 #include <unordered_set> 51 static std::unordered_set<std::string> kSystemLibraries = { 90 const std::unordered_set<std::string>& public_libraries, 111 const std::unordered_set<std::string>& public_libraries, 146 const std::unordered_set<std::string>& public_libraries, 147 const std::unordered_set<std::string>& mandatory_files, 183 std::unordered_set<std::string>* libraries) { 202 std::unordered_set<std::string> vendor_public_libraries; 203 std::unordered_set<std::string> system_public_libraries; 204 std::unordered_set<std::string> empty_set [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
unordered_set | 1 // Debugging unordered_set/unordered_multiset implementation -*- C++ -*- 25 /** @file debug/unordered_set 35 # include <unordered_set> 45 /// Class std::unordered_set with safety/checking/debug instrumentation. 50 class unordered_set 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 57 typedef __gnu_debug::_Safe_unordered_container<unordered_set> _Safe_base; 75 unordered_set> iterator [all...] |