/system/bt/service/ |
gatt_server_old.h | 20 #include <unordered_map> 51 typedef std::unordered_map<std::string, int> ScanResults;
|
/system/bt/service/ipc/binder/ |
interface_with_instances_base.h | 20 #include <unordered_map> 101 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>>
|
/system/bt/service/ipc/ |
linux_ipc_host.h | 22 #include <unordered_map> 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
/external/ceres-solver/internal/ceres/ |
collections_port.h | 44 # include <tr1/unordered_map> 51 # include <unordered_map> 58 # include <unordered_map> 74 // Some systems don't have access to unordered_map/unordered_set. In 99 struct HashMap : std::tr1::unordered_map<K, V> {}; 106 struct HashMap : std::unordered_map<K, V> {};
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // explicit unordered_map(const allocator_type& __a); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 50 typedef std::unordered_map<NotConstructible, NotConstructible, 74 typedef std::unordered_map<T, T, HF, Comp, A> C; 93 typedef std::unordered_map<T, T, HF, Comp, A> C;
|
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,
|
init_size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 66 typedef std::unordered_map<int, std::string,
|
init_size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 67 typedef std::unordered_map<int, std::string,
|
init_size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, 19 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 69 typedef std::unordered_map<int, std::string,
|
range_size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n); 19 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // explicit unordered_map(const allocator_type& __a); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 50 typedef std::unordered_map<NotConstructible, NotConstructible, 74 typedef std::unordered_map<T, T, HF, Comp, A> C; 93 typedef std::unordered_map<T, T, HF, Comp, A> C;
|
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,
|
init_size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 66 typedef std::unordered_map<int, std::string,
|
init_size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 67 typedef std::unordered_map<int, std::string,
|
init_size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, 19 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 69 typedef std::unordered_map<int, std::string,
|
range_size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n); 19 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
/external/libcxx/test/std/containers/unord/unord.map/ |
types.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 31 #include <unordered_map> 39 typedef std::unordered_map<char, short> C; 55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
emplace.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 19 #include <unordered_map> 29 typedef std::unordered_map<int, Emplaceable> C; 54 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>,
|
erase_range.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 63 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
insert_const_lvalue.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 26 typedef std::unordered_map<double, int> C; 56 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.cpp | 135 template class StochasticLinearRanker<std::string, std::unordered_map<std::string, double> >; 136 template class StochasticLinearRanker<int, std::unordered_map<int, double> >; 137 template class StochasticLinearRanker<uint64, std::unordered_map<uint64, double> >;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
types.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 31 #include <unordered_map> 39 typedef std::unordered_map<char, short> C; 55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
emplace.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 19 #include <unordered_map> 29 typedef std::unordered_map<int, Emplaceable> C; 54 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>,
|
erase_range.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 63 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
insert_const_lvalue.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 26 typedef std::unordered_map<double, int> C; 56 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
|