HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 26 - 50 of 550) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_iter_iter_db3.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> l2(a1, a1+3);
30 std::unordered_map<int, int>::iterator i = l1.erase(l2.cbegin(), next(l2.cbegin()));
  /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;
  /external/libcxx/test/std/containers/unord/unord.map/
db_local_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
19 #include <unordered_map>
29 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
42 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
48 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
58 typedef std::unordered_map<int, std::string> C;
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
33 typedef std::unordered_map<int, std::string> C;
51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
57 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>,
db_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
38 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/
db_local_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
35 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
38 typedef std::unordered_map<int, std::string> C;
47 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
54 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
65 typedef std::unordered_map<int, std::string> C;
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
61 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /frameworks/minikin/libs/minikin/
FontLanguageListCache.h 20 #include <unordered_map>
51 std::unordered_map<std::string, uint32_t> mLanguageListLookupTable;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map()
20 #include <unordered_map>
47 typedef std::unordered_map<MoveOnly, MoveOnly> C;
51 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
65 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
dtor_noexcept.pass.cpp 10 // <unordered_map>
12 // ~unordered_map() // implied noexcept;
14 #include <unordered_map>
44 typedef std::unordered_map<MoveOnly, MoveOnly> C;
48 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
53 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
62 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_assign_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map& operator=(unordered_map&& c)
20 #include <unordered_map>
46 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
55 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
64 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map(unordered_map&&)
18 #include <unordered_map>
43 typedef std::unordered_map<MoveOnly, MoveOnly> C;
47 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
52 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
61 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map()
20 #include <unordered_map>
47 typedef std::unordered_map<MoveOnly, MoveOnly> C;
51 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
65 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
dtor_noexcept.pass.cpp 10 // <unordered_map>
12 // ~unordered_map() // implied noexcept;
14 #include <unordered_map>
44 typedef std::unordered_map<MoveOnly, MoveOnly> C;
48 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
53 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
62 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_assign_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map& operator=(unordered_map&& c)
20 #include <unordered_map>
46 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
55 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
64 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map(unordered_map&&)
18 #include <unordered_map>
43 typedef std::unordered_map<MoveOnly, MoveOnly> C;
47 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
52 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
61 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 10 // <unordered_map>
12 // void swap(unordered_map& c)
18 #include <unordered_map>
45 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
62 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
67 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /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>,

Completed in 1384 milliseconds

12 3 4 5 6 7 8 91011>>