Lines Matching refs:MapT
51 template< class MfcMapT, class MapT >
52 bool test_mfc_map(MfcMapT& map, const MapT& sample) in test_mfc_map()
55 typedef typename boost::range_const_iterator<MapT>::type siter_t; in test_mfc_map()
79 template< class MfcMapT, class MapT >
80 bool test_mfc_cpair_map(MfcMapT& map, const MapT& sample) in test_mfc_cpair_map()
83 typedef typename boost::range_const_iterator<MapT>::type siter_t; in test_mfc_cpair_map()
290 template< class MapT >
291 void test_CMapPtrToWord(const MapT& sample) in test_CMapPtrToWord()
303 template< class MapT >
304 void test_CMapPtrToPtr(const MapT& sample) in test_CMapPtrToPtr()
316 template< class MapT >
317 void test_CMapStringToOb(const MapT& sample) in test_CMapStringToOb()
329 template< class MapT >
330 void test_CMapStringToPtr(const MapT& sample) in test_CMapStringToPtr()
342 template< class MapT >
343 void test_CMapStringToString(const MapT& sample) in test_CMapStringToString()
357 template< class MapT >
358 void test_CMapWordToOb(const MapT& sample) in test_CMapWordToOb()
370 template< class MapT >
371 void test_CMapWordToPtr(const MapT& sample) in test_CMapWordToPtr()
423 template< class MapT >
424 void test_CMap(const MapT& sample) in test_CMap()
426 typedef typename MapT::key_type k_t; in test_CMap()
427 typedef typename MapT::mapped_type m_t; in test_CMap()