Searched refs:HashMapType (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | RandomSetter.h | 165 typedef typename MapTraits<ScalarWrapper>::Type HashMapType; typedef 189 m_hashmaps = new HashMapType[m_outerPackets]; in RandomSetter() 221 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter() 222 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter() 244 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter() 245 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter() 267 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter() 268 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter() 319 HashMapType* m_hashmaps;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | HashMap.h | 167 … typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> HashMapType; 168 typedef typename HashMapType::iterator::Keys iterator; 169 typedef typename HashMapType::const_iterator::Keys const_iterator; 173 return HashMapType::begin().keys(); 178 return HashMapType::end().keys(); 183 return HashMapType::begin().keys(); 188 return HashMapType::end().keys(); 205 … typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> HashMapType; 206 typedef typename HashMapType::iterator::Values iterator; 207 typedef typename HashMapType::const_iterator::Values const_iterator; [all …]
|