Lines Matching refs:MapT
97 template< class AtlMapT, class MapT >
98 bool test_atl_map(AtlMapT& map, const MapT& sample) in test_atl_map()
101 typedef typename boost::range_const_iterator<MapT>::type siter_t; in test_atl_map()
125 template< class MapT, class SampleMap >
126 bool test_init_atl_multimap(MapT& map, const SampleMap& sample) in test_init_atl_multimap()
428 template< class MapT >
429 void test_CAtlMap(const MapT& sample) in test_CAtlMap()
431 typedef typename MapT::key_type k_t; in test_CAtlMap()
432 typedef typename MapT::mapped_type m_t; in test_CAtlMap()
443 template< class MapT >
444 void test_CRBTree(const MapT& sample) in test_CRBTree()
446 typedef typename MapT::key_type k_t; in test_CRBTree()
447 typedef typename MapT::mapped_type m_t; in test_CRBTree()
461 template< class MapT >
462 void test_CRBMap(const MapT& sample) in test_CRBMap()
464 typedef typename MapT::key_type k_t; in test_CRBMap()
465 typedef typename MapT::mapped_type m_t; in test_CRBMap()
476 template< class MapT >
477 void test_CRBMultiMap(const MapT& sample) in test_CRBMultiMap()
479 typedef typename MapT::key_type k_t; in test_CRBMultiMap()
480 typedef typename MapT::mapped_type m_t; in test_CRBMultiMap()