HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 26 - 50 of 289) 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/
insert_range.pass.cpp 10 // <unordered_map>
14 // class unordered_map
19 #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>,
emplace_hint.pass.cpp 10 // <unordered_map>
14 // class unordered_map
19 #include <unordered_map>
29 typedef std::unordered_map<int, Emplaceable> C;
52 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>,
insert_hint_const_lvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
26 typedef std::unordered_map<double, int> C;
53 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 10 // <unordered_map>
14 // class unordered_map
19 #include <unordered_map>
29 typedef std::unordered_map<int, std::string> C;
55 typedef std::unordered_map<int, std::string> C;
81 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
108 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
index.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
49 typedef std::unordered_map<MoveOnly, std::string> C;
71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
93 typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
  /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...]
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>,
  /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,
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,
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,
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
precompiled.h 32 #include <unordered_map>
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderStateCache.h 48 typedef std::unordered_map<gl::BlendState, BlendStateCounterPair, BlendStateHashFunction, BlendStateEqualityFunction> BlendStateMap;
65 typedef std::unordered_map<RasterizerStateKey, RasterizerStateCounterPair, RasterizerStateHashFunction, RasterizerStateEqualityFunction> RasterizerStateMap;
76 typedef std::unordered_map<gl::DepthStencilState,
90 typedef std::unordered_map<gl::SamplerState,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
bucket_count.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
max_bucket_count.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/openfst/src/include/fst/
epsnormalize.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
  /external/openfst/src/include/fst/extensions/pdt/
reverse.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
stdtr1c++.h 51 #include <tr1/unordered_map>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
stdtr1c++.h 51 #include <tr1/unordered_map>

Completed in 529 milliseconds

12 3 4 5 6 7 8 91011>>