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

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
move_alloc.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(unordered_map&& u, const allocator_type& a);
18 #include <unordered_map>
34 typedef std::unordered_map<int, std::string,
75 typedef std::unordered_map<int, std::string,
117 typedef std::unordered_map<int, std::string,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
insert_hint_rvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
24 #include <unordered_map>
33 typedef std::unordered_map<double, int> C;
60 typedef std::unordered_map<MoveOnly, MoveOnly> C;
88 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
116 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
145 typedef std::unordered_map<double, int> C;
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>,
  /external/libcxx/test/std/containers/unord/unord.map/
version.pass.cpp 10 // <unordered_map>
12 #include <unordered_map>
equal_range_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
equal_range_non_const.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
rehash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
37 typedef std::unordered_map<int, std::string> C;
64 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
reserve.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
37 typedef std::unordered_map<int, std::string> C;
64 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /external/libweave/src/privet/
device_ui_kind.cc 7 #include <unordered_map>
16 static const std::unordered_map<std::string, std::string> device_kind_map = {
  /frameworks/base/libs/hwui/tests/common/
TestScene.cpp 25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() {
26 static std::unordered_map<std::string, TestScene::Info> testMap;
  /frameworks/minikin/libs/minikin/
FontLanguageListCache.h 20 #include <unordered_map>
51 std::unordered_map<std::string, uint32_t> mLanguageListLookupTable;
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.h 21 #include <unordered_map>
52 using DeviceMap = std::unordered_map<std::shared_ptr<T>, std::shared_ptr<U>>;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
iterators.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
51 typedef std::unordered_map<int, std::string> C;
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
91 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
113 typedef std::unordered_map<int,double> C;
version.pass.cpp 10 // <unordered_map>
12 #include <unordered_map>
  /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;
copy.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(const unordered_map& u);
18 #include <unordered_map>
31 typedef std::unordered_map<int, std::string,
71 typedef std::unordered_map<int, std::string,
112 typedef std::unordered_map<int, std::string,
move_alloc.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(unordered_map&& u, const allocator_type& a);
18 #include <unordered_map>
34 typedef std::unordered_map<int, std::string,
75 typedef std::unordered_map<int, std::string,
117 typedef std::unordered_map<int, std::string,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
insert_hint_rvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
24 #include <unordered_map>
33 typedef std::unordered_map<double, int> C;
60 typedef std::unordered_map<MoveOnly, MoveOnly> C;
88 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
116 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
145 typedef std::unordered_map<double, int> C;
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
info_executor.cpp 21 #include <unordered_map>
41 std::unordered_map<std::string, OptionSpec> optionSpecs;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
terminal_position_lookup_table.h 27 #include <unordered_map>
39 typedef std::unordered_map<int, int> TerminalIdMap;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.h 21 #include <unordered_map>
32 typedef std::unordered_map<int, int> TerminalIdMap;
  /system/core/debuggerd/test/
property_fake.cpp 20 #include <unordered_map>
24 std::unordered_map<std::string, std::string> g_properties;
  /toolchain/binutils/binutils-2.25/gold/
system.h 63 #include <unordered_map>
68 #define Unordered_map std::unordered_map
77 #include <tr1/unordered_map>
82 #define Unordered_map std::tr1::unordered_map
110 #define Unordered_map __gnu_cxx::hash_map
144 #define Unordered_map std::map

Completed in 254 milliseconds

1 2 3 4 56 7 8 91011>>