/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
erase_iter_iter_db1.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
erase_iter_iter_db2.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
erase_iter_iter_db3.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
erase_iter_iter_db4.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
max_bucket_count.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
range.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 17 // unordered_set(InputIterator first, InputIterator last); 19 #include <unordered_set> 32 typedef std::unordered_set<int, 65 typedef std::unordered_set<int, 102 typedef std::unordered_set<T, HF, Comp, A> C; 135 typedef std::unordered_set<T, HF, Comp, A> C;
|
range_size_hash_equal.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 17 // unordered_set(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_set> 33 typedef std::unordered_set<int, 70 typedef std::unordered_set<int,
|
range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 17 // unordered_set(InputIterator first, InputIterator last, size_type n, 21 #include <unordered_set> 34 typedef std::unordered_set<int, 72 typedef std::unordered_set<int,
|
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/ |
bloom_filter_test.cpp | 25 #include <unordered_set> 53 std::unordered_set<int> elementsThatHaveBeenSetInFilter;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/external/libcxx/test/std/containers/unord/unord.set/ |
erase_key.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 43 typedef std::unordered_set<int> C; 100 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; 156 typedef std::unordered_set<int> C;
|
types.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 30 #include <unordered_set> 38 typedef std::unordered_set<short> C; 53 typedef std::unordered_set<short, std::hash<short>,
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
range_size_hash_equal.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 17 // unordered_set(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_set> 33 typedef std::unordered_set<int, 70 typedef std::unordered_set<int,
|
range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 17 // unordered_set(InputIterator first, InputIterator last, size_type n, 21 #include <unordered_set> 34 typedef std::unordered_set<int, 72 typedef std::unordered_set<int,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
erase_key.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 18 #include <unordered_set> 43 typedef std::unordered_set<int> C; 100 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; 156 typedef std::unordered_set<int> C;
|
types.pass.cpp | 10 // <unordered_set> 14 // class unordered_set 30 #include <unordered_set> 38 typedef std::unordered_set<short> C; 53 typedef std::unordered_set<short, std::hash<short>,
|
/art/compiler/driver/ |
compiler_driver_test.cc | 180 std::unordered_set<std::string>* GetCompiledMethods() OVERRIDE { 181 return new std::unordered_set<std::string>({ 215 std::unique_ptr<std::unordered_set<std::string>> expected(GetCompiledMethods()); 247 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) { 249 return std::unordered_set<std::string>({ 253 return std::unordered_set<std::string>({ 257 return std::unordered_set<std::string>(); 263 const std::unordered_set<std::string>& expected_methods) { 312 std::unordered_set<std::string> m = GetExpectedMethodsForClass("Main"); 313 std::unordered_set<std::string> s = GetExpectedMethodsForClass("Second") [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 15 #include <unordered_set> 140 STD_TR1::unordered_set<int> unordered_set1; 141 STD_TR1::unordered_set<int> unordered_set2; 156 std::string unordered_set1 = "std::tr1::unordered_set not supported"; 157 std::string unordered_set2 = "std::tr1::unordered_set not supported";
|
/prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/ |
test.cpp | 15 #include <unordered_set> 140 STD_TR1::unordered_set<int> unordered_set1; 141 STD_TR1::unordered_set<int> unordered_set2; 156 std::string unordered_set1 = "std::tr1::unordered_set not supported"; 157 std::string unordered_set2 = "std::tr1::unordered_set not supported";
|
/prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/ |
test.cpp | 15 #include <unordered_set> 140 STD_TR1::unordered_set<int> unordered_set1; 141 STD_TR1::unordered_set<int> unordered_set2; 156 std::string unordered_set1 = "std::tr1::unordered_set not supported"; 157 std::string unordered_set2 = "std::tr1::unordered_set not supported";
|