/third_party/boost/libs/icl/test/ |
D | test_quantifier_icl_map.hpp | 20 typedef icl::map<T,U,Trt> MapT; in itv_quantifier_check_monoid_plus_4_bicremental_types() typedef 27 MapT map_a, map_b, map_c; in itv_quantifier_check_monoid_plus_4_bicremental_types() 32 typename MapT::value_type map_pair1 = sK_v(5,1); in itv_quantifier_check_monoid_plus_4_bicremental_types() 33 typename MapT::value_type map_pair2 = sK_v(9,3); in itv_quantifier_check_monoid_plus_4_bicremental_types() 45 typedef icl::map<T,U,Trt> MapT; in itv_quantifier_check_monoid_et_4_bicremental_types() typedef 52 MapT map_a, map_b, map_c; in itv_quantifier_check_monoid_et_4_bicremental_types() 57 typename MapT::value_type map_pair1 = sK_v(5,1); in itv_quantifier_check_monoid_et_4_bicremental_types() 58 typename MapT::value_type map_pair2 = sK_v(9,3); in itv_quantifier_check_monoid_et_4_bicremental_types() 73 typedef icl::map<T,U,Trt> MapT; in itv_quantifier_check_abelian_monoid_plus_4_bicremental_types() typedef 80 MapT map_a, map_b, map_c; in itv_quantifier_check_abelian_monoid_plus_4_bicremental_types() [all …]
|
D | test_icl_map.hpp | 25 typedef icl::map<T,U,Trt> MapT; in icl_map_contains_4_bicremental_types() typedef 27 typedef typename MapT::element_type map_element_type; in icl_map_contains_4_bicremental_types() 32 MapT map_a; in icl_map_contains_4_bicremental_types() 57 typedef icl::map<T,U,Trt> MapT; in icl_map_find_4_bicremental_types() typedef 62 MapT map_a; in icl_map_find_4_bicremental_types() 65 typename MapT::const_iterator found = map_a.find(MK_v(6)); in icl_map_find_4_bicremental_types() 89 typedef icl::map<T,U,Trt> MapT; in icl_map_inclusion_compare_4_bicremental_types() typedef 102 MapT map_sub_a, map_a, map_a2, map_b, map_c; in icl_map_inclusion_compare_4_bicremental_types() 109 BOOST_CHECK_EQUAL( inclusion_compare(MapT(), MapT()), inclusion::equal ); in icl_map_inclusion_compare_4_bicremental_types() 113 BOOST_CHECK_EQUAL( inclusion_compare(map_a, MapT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types() [all …]
|
D | test_icl_quantifier_shared.hpp | 80 typedef icl::map<T,U,Trt> MapT; in icl_quantifier_check_monoid_plus_4_bicremental_types() typedef 82 MapT map_a, map_b, map_c; in icl_quantifier_check_monoid_plus_4_bicremental_types() 103 typedef icl::map<T,U,Trt> MapT; in icl_quantifier_check_monoid_et_4_bicremental_types() typedef 105 MapT map_a, map_b, map_c; in icl_quantifier_check_monoid_et_4_bicremental_types() 129 typedef icl::map<T,U,Trt> MapT; in icl_quantifier_check_abelian_monoid_plus_4_bicremental_types() typedef 131 MapT map_a, map_b, map_c; in icl_quantifier_check_abelian_monoid_plus_4_bicremental_types() 152 typedef icl::map<T,U,Trt> MapT; in icl_quantifier_check_abelian_monoid_et_4_bicremental_types() typedef 154 MapT map_a, map_b, map_c; in icl_quantifier_check_abelian_monoid_et_4_bicremental_types() 178 typedef icl::map<T,U,Trt> MapT; in icl_quantifier_check_partial_invertive_monoid_plus_4_bicremental_types() typedef 180 MapT map_a, map_b, map_c; in icl_quantifier_check_partial_invertive_monoid_plus_4_bicremental_types() [all …]
|
D | test_laws.hpp | 251 template<class MapT> 252 void check_domain_containedness(const MapT& a) in check_domain_containedness() 254 typedef typename MapT::set_type set_type; in check_domain_containedness() 262 typename MapT::domain_type a1 = *dom.begin(); in check_domain_containedness()
|
/third_party/boost/boost/icl/detail/ |
D | map_algo.hpp | 44 template<class MapT> 45 typename MapT::const_iterator next_proton(typename MapT::const_iterator& iter_, const MapT& object) in next_proton() 48 && (*iter_).second == identity_element<typename MapT::codomain_type>::value()) in next_proton() 56 template<class MapT> 57 bool lexicographical_distinct_equal(const MapT& left, const MapT& right) in lexicographical_distinct_equal() 62 typename MapT::const_iterator left_ = left.begin(); in lexicographical_distinct_equal() 63 typename MapT::const_iterator right_ = right.begin(); in lexicographical_distinct_equal()
|
/third_party/boost/boost/icl/concept/ |
D | interval_map.hpp | 324 template<class Type, class MapT> 328 , is_concept_compatible<is_interval_map, Type, MapT> > 331 add_intersection(Type& section, const Type& object, const MapT& operand) in add_intersection() 340 template<class Type, class MapT> 344 , is_concept_compatible<is_interval_map, Type, MapT> > 347 add_intersection(Type& section, const Type& object, const MapT& operand) in add_intersection() 351 typedef typename MapT::const_iterator const_iterator; in add_intersection() 604 template<class MapT, class Predicate> 605 typename enable_if<is_interval_map<MapT>, MapT>::type& 606 erase_if(const Predicate& pred, MapT& object) in erase_if() [all …]
|
/third_party/boost/libs/range/test/ |
D | atl.cpp | 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 > [all …]
|
D | mfc.cpp | 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() [all …]
|
/third_party/boost/boost/range/ |
D | mfc.hpp | 343 template< class MapT, class KeyT, class MappedT > 346 template< class MapT, class KeyT, class MappedT > 350 mfc_map_iterator<MapT, KeyT, MappedT>, 357 template< class MapT, class KeyT, class MappedT > 359 mfc_map_iterator_super<MapT, KeyT, MappedT>::type 363 typedef typename mfc_map_iterator_super<MapT, KeyT, MappedT>::type super_t; 370 explicit mfc_map_iterator(MapT const& map, POSITION pos) : in mfc_map_iterator() 376 explicit mfc_map_iterator(MapT const& map) : in mfc_map_iterator() 389 MapT const *m_pmap; 444 template< class MapT, class PairT > [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PriorityWorklist.h | 55 typename MapT = DenseMap<T, ptrdiff_t>> 62 using size_type = typename MapT::size_type; 227 MapT &M; 230 TestAndEraseFromMap(UnaryPredicateT P, MapT &M) in TestAndEraseFromMap() 247 MapT M;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 89 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; variable 93 MapT Map; 132 using iterator = ValueMapIterator<MapT, KeyT>; 133 using const_iterator = ValueMapConstIterator<MapT, KeyT>; 166 typename MapT::const_iterator I = Map.find_as(Val); in lookup() 192 typename MapT::iterator I = Map.find_as(Val); in erase() 285 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 350 using MapT = std::map<LineColPair, std::vector<const FunctionRecord *>>; typedef in __anon795d4b670311::FunctionInstantiationSetCollector 351 MapT InstantiatedFunctions; 363 MapT::iterator begin() { return InstantiatedFunctions.begin(); } in begin() 364 MapT::iterator end() { return InstantiatedFunctions.end(); } in end()
|
/third_party/boost/boost/range/detail/ |
D | microsoft.hpp | 897 template< class MapT, class SampleMap > 898 bool test_init_map(MapT& map, SampleMap const& sample) in test_init_map()
|