Lines Matching refs:NormalMap
88 template <typename NormalMap>
91 void operator()(NormalMap* map) const { new (map) NormalMap(); } in operator()
162 template <typename NormalMap,
165 NormalMap,
166 internal::has_key_equal<NormalMap>::value>::equal_key,
167 typename MapInit = internal::small_map_default_init<NormalMap>>
176 typedef typename NormalMap::key_type key_type;
177 typedef typename NormalMap::mapped_type data_type;
178 typedef typename NormalMap::mapped_type mapped_type;
179 typedef typename NormalMap::value_type value_type;
207 typedef typename NormalMap::iterator::iterator_category iterator_category;
208 typedef typename NormalMap::iterator::value_type value_type;
209 typedef typename NormalMap::iterator::difference_type difference_type;
210 typedef typename NormalMap::iterator::pointer pointer;
211 typedef typename NormalMap::iterator::reference reference;
276 inline explicit iterator(const typename NormalMap::iterator& init)
280 typename NormalMap::iterator hash_iter_;
285 typedef typename NormalMap::const_iterator::iterator_category
287 typedef typename NormalMap::const_iterator::value_type value_type;
288 typedef typename NormalMap::const_iterator::difference_type difference_type;
289 typedef typename NormalMap::const_iterator::pointer pointer;
290 typedef typename NormalMap::const_iterator::reference reference;
358 const typename NormalMap::const_iterator& init)
362 typename NormalMap::const_iterator hash_iter_;
429 std::pair<typename NormalMap::iterator, bool> ret = map_.insert(x);
436 std::pair<typename NormalMap::iterator, bool> ret = map_.insert(x);
464 std::pair<typename NormalMap::iterator, bool> ret =
472 std::pair<typename NormalMap::iterator, bool> ret =
514 map_.~NormalMap();
568 inline NormalMap* map() {
572 inline const NormalMap* map() const {
587 NormalMap map_;
636 map_.~NormalMap();
641 template <typename NormalMap,
645 inline bool small_map<NormalMap, kArraySize, EqualKey, Functor>::iterator::
649 template <typename NormalMap,
653 inline bool small_map<NormalMap, kArraySize, EqualKey, Functor>::iterator::