/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 26 /** @file debug/unordered_map 36 # include <unordered_map> 46 /// Class std::unordered_map with safety/checking/debug instrumentation. 51 class unordered_map 52 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp, 56 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 58 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base; 74 unordered_map> iterator [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 26 /** @file debug/unordered_map 36 # include <unordered_map> 46 /// Class std::unordered_map with safety/checking/debug instrumentation. 51 class unordered_map 52 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp, 56 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 58 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base; 74 unordered_map> iterator [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
InputLayoutCache.h | 20 #include <unordered_map> 85 typedef std::unordered_map<InputLayoutKey,
|
RenderStateCache.h | 17 #include <unordered_map> 60 typedef std::unordered_map<BlendStateKey, BlendStateCounterPair, BlendStateHashFunction, BlendStateEqualityFunction> BlendStateMap; 76 typedef std::unordered_map<RasterizerStateKey, RasterizerStateCounterPair, RasterizerStateHashFunction, RasterizerStateEqualityFunction> RasterizerStateMap; 87 typedef std::unordered_map<gl::DepthStencilState, 101 typedef std::unordered_map<gl::SamplerState,
|
/external/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>
|
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/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,
|
/external/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;
|
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>,
|
/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/jni/src/suggest/policyimpl/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/suggest/policyimpl/dictionary/structure/v4/content/ |
terminal_position_lookup_table.h | 22 #include <unordered_map> 32 typedef std::unordered_map<int, int> TerminalIdMap;
|