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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
bucket.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_map<int, std::string> C;
bucket_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
75 typedef std::unordered_map<int, std::string> C;
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>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
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,
size.fail.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
50 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
52 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
53 typedef std::unordered_map<NotConstructible, NotConstructible,
size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql, const allocator_type& a);
18 #include <unordered_map>
30 typedef std::unordered_map<NotConstructible, NotConstructible,
54 typedef std::unordered_map<NotConstructible, NotConstructible,
move.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(unordered_map&& u);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
68 typedef std::unordered_map<int, std::string,
110 typedef std::unordered_map<int, std::string,
146 typedef std::unordered_map<int, std::string,
189 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
emplace_hint.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
33 typedef std::unordered_map<int, Emplaceable> C;
56 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>,
81 typedef std::unordered_map<int, Emplaceable> C;
insert_hint_const_lvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
30 typedef std::unordered_map<double, int> C;
57 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
86 typedef std::unordered_map<double, int> C;
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
move.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(unordered_map&& u);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
68 typedef std::unordered_map<int, std::string,
110 typedef std::unordered_map<int, std::string,
146 typedef std::unordered_map<int, std::string,
189 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map
46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map
46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map
46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
backward_warning.h 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map
46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map 1 // TR1 unordered_map -*- C++ -*-
25 /** @file tr1/unordered_map
42 #include <tr1/unordered_map.h>
  /external/libcxx/test/containers/unord/unord.map/
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>,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
multi_bigram_map.h 21 #include <unordered_map>
55 // Copy constructor needed for std::unordered_map.
69 std::unordered_map<int, int> mBigramMap;
83 std::unordered_map<int, BigramMap> mBigramMaps;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
unordered_map 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*-
25 /** @file debug/unordered_map
35 # include <unordered_map>
45 /// Class std::unordered_map with safety/checking/debug instrumentation.
50 class unordered_map
51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp,
55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash,
57 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base;
73 unordered_map> iterator
    [all...]

Completed in 1795 milliseconds

1 2 3 4 56 7 8 91011>>