| /external/eigen/unsupported/Eigen/src/SparseExtra/ | 
| RandomSetter.h | 31 /** Represents a std::unordered_map 33   * To use it you need to both define EIGEN_UNORDERED_MAP_SUPPORT and include the unordered_map header file
 34   * yourself making sure that unordered_map is defined in the std namespace.
 38   * #include <tr1/unordered_map>
 41   *   using std::tr1::unordered_map;
 50   typedef std::unordered_map<KeyType,Scalar> Type;
 
 | 
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ | 
| assign_copy.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| assign_init.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| copy.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| init.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| init_size.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| init_size_hash.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| init_size_hash_equal.pass.cpp | 10 // <unordered_map> 19 #include <unordered_map>
 
 | 
| init_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 19 #include <unordered_map>
 
 | 
| range.pass.cpp | 10 // <unordered_map> 19 #include <unordered_map>
 
 | 
| range_size.pass.cpp | 10 // <unordered_map> 19 #include <unordered_map>
 
 | 
| range_size_hash.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
 
 | 
| range_size_hash_equal.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
 
 | 
| range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 21 #include <unordered_map>
 
 | 
| move.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| move_alloc.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
 
 | 
| assign_move.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| /external/openfst/src/include/fst/ | 
| sparse-tuple-weight.h | 36 #include<tr1/unordered_map> 37 using std::tr1::unordered_map;
 
 | 
| state-map.h | 26 #include <tr1/unordered_map> 27 using std::tr1::unordered_map;
 
 | 
| replace.h | 25 #include <tr1/unordered_map> 26 using std::tr1::unordered_map;
 333   typedef unordered_map<Label, Label> NonTerminalHash;
 859   typedef unordered_map<StackPrefix, PrefixId, StackPrefixKey, StackPrefixEqual>
 [all...]
 | 
| arc-map.h | 26 #include <tr1/unordered_map> 27 using std::tr1::unordered_map;
 955   typedef unordered_map<SW, Label, StringKey> Map;
 [all...]
 | 
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ | 
| erase_range.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
 
 | 
| /external/openfst/src/include/fst/extensions/pdt/ | 
| expand.h | 487   typedef unordered_map<StateId, Weight> DestMap; 520   unordered_map<Label, Label> paren_id_map;
 532       typename unordered_map<Label, Label>::const_iterator pit
 [all...]
 | 
| /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ | 
| Renderer11.h | 238     typedef std::unordered_map<DXGI_FORMAT, MultisampleSupportInfo> MultisampleSupportMap; 
 | 
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ | 
| local_iterators.fail.cpp | 10 // <unordered_map> 23 #include <unordered_map>
 
 |