Home
last modified time | relevance | path

Searched refs:HashMapType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h187 typedef typename MapTraits<ScalarWrapper>::Type HashMapType; typedef
211 m_hashmaps = new HashMapType[m_outerPackets]; in RandomSetter()
243 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter()
244 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter()
266 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter()
267 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter()
289 typename HashMapType::iterator end = m_hashmaps[k].end(); in ~RandomSetter()
290 for (typename HashMapType::iterator it = m_hashmaps[k].begin(); it!=end; ++it) in ~RandomSetter()
341 HashMapType* m_hashmaps;
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache.h26 using HashMapType =
31 using iterator = typename HashMapType::iterator;
32 using const_iterator = typename HashMapType::const_iterator;
33 using reverse_iterator = typename HashMapType::reverse_iterator;
34 using const_reverse_iterator = typename HashMapType::const_reverse_iterator;
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache.h26 using HashMapType =
31 using iterator = typename HashMapType::iterator;
32 using const_iterator = typename HashMapType::const_iterator;
33 using reverse_iterator = typename HashMapType::reverse_iterator;
34 using const_reverse_iterator = typename HashMapType::const_reverse_iterator;