/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/ |
index_tuple.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 20 #include <unordered_map> 38 unordered_map<tuple<int,int>, size_t, my_hash> m;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
erase_iter_db1.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map> 26 std::unordered_map<int, int> l1(a1, a1+3); 27 std::unordered_map<int, int>::const_iterator i = l1.end();
|
erase_iter_iter_db4.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map> 28 std::unordered_map<int, int> l1(a1, a1+3); 29 std::unordered_map<int, int>::iterator i = l1.erase(next(l1.cbegin()), l1.cbegin());
|
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>,
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
profiler.h | 25 #include <unordered_map> 61 std::unordered_map<int, int64_t> mStartTimes; 62 std::unordered_map<int, float> mTimes; 63 std::unordered_map<int, int> mCounters;
|
/external/libcxx/test/std/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>,
|
load_factor.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 29 typedef std::unordered_map<int, std::string> C; 46 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>,
|
/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>,
|
/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-linux-glibc2.15-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/current/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/current/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...] |
/build/kati/ |
eval.h | 18 #include <unordered_map> 56 const unordered_map<Symbol, Vars*>& rule_vars() const { 59 const unordered_map<Symbol, bool>& exports() const { return exports_; } 99 unordered_map<Symbol, Vars*> rule_vars_; 101 unordered_map<Symbol, bool> exports_;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.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>,
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
arguments_and_options.h | 21 #include <unordered_map> 33 ArgumentsAndOptions(std::unordered_map<std::string, std::string> &&options, 34 std::unordered_map<std::string, std::vector<std::string>> &&arguments) 72 const std::unordered_map<std::string, std::string> mOptions; 73 const std::unordered_map<std::string, std::vector<std::string>> mArguments;
|
/external/libcxx/test/std/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 = {};
|