/third_party/boost/libs/assign/test/ |
D | list_inserter.cpp | 107 typedef map<string,int> map_t; in check_list_inserter() typedef 108 typedef map_t::value_type V; in check_list_inserter() 109 map_t m; in check_list_inserter() 111 make_list_inserter( assign_detail::call_insert< map_t >( m ) ) in check_list_inserter()
|
/third_party/boost/libs/property_map/test/ |
D | dynamic_properties_test.cpp | 36 typedef std::map<std::string,std::string> map_t; in string2string_gen() typedef 42 map_t* mymap = new map_t(); // hint: leaky memory here! in string2string_gen()
|
/third_party/boost/boost/sort/common/ |
D | scheduler.hpp | 65 equal_t, scoped_alloc> map_t; typedef 66 typedef typename map_t::iterator it_map; 71 map_t mp;
|
/third_party/boost/libs/container/test/ |
D | flat_map_test.cpp | 459 typedef flat_map<int, char, less_transparent> map_t; in test_heterogeneous_lookups() typedef 461 typedef map_t::value_type value_type; in test_heterogeneous_lookups() 463 map_t map1; in test_heterogeneous_lookups() 466 const map_t &cmap1 = map1; in test_heterogeneous_lookups() 582 typedef flat_map<std::pair<int, int>,int, with_lookup_by_first> map_t; in test_heterogeneous_lookup_by_partial_key() typedef 584 map_t map1; in test_heterogeneous_lookup_by_partial_key() 588 std::pair<map_t::iterator, map_t::iterator> const first_0_range = map1.equal_range(0); in test_heterogeneous_lookup_by_partial_key()
|
D | map_test.cpp | 252 typedef map<int, char, less_transparent> map_t; in test_heterogeneous_lookups() typedef 254 typedef map_t::value_type value_type; in test_heterogeneous_lookups() 256 map_t map1; in test_heterogeneous_lookups() 259 const map_t &cmap1 = map1; in test_heterogeneous_lookups()
|
/third_party/boost/libs/histogram/test/ |
D | utility_allocator.hpp | 43 using map_t = std::unordered_map<const boost::core::typeinfo*, std::pair<int, int>>; typedef 44 map_t map_;
|
D | storage_adaptor_test.cpp | 255 using map_t = std::map<std::size_t, double, std::less<std::size_t>, in main() typedef 257 using A = storage_adaptor<map_t>; in main()
|
/third_party/boost/libs/serialization/test/ |
D | test_variant.cpp | 247 typedef std::map<int, variant_t> map_t; in test_variant_map() typedef 248 map_t map; in test_variant_map() 261 map_t map2; in test_variant_map()
|
/third_party/boost/libs/yap/example/ |
D | let.cpp | 84 using map_t = decltype(boost::hana::insert( in let_impl() typedef 86 return let_result<map_t>{boost::hana::insert( in let_impl()
|
/third_party/flutter/skia/tools/viewer/ |
D | SlideDir.cpp | 194 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick() local 198 m[i] = fM0[i] + map_t * (fM1[i] - fM0[i]); in onTick() 204 const auto shadeOpacity = fOpacity0 + map_t * (fOpacity1 - fOpacity0); in onTick()
|
/third_party/skia/tools/viewer/ |
D | SlideDir.cpp | 205 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick() local 209 m[i] = fM0[i] + map_t * (fM1[i] - fM0[i]); in onTick() 215 const auto shadeOpacity = fOpacity0 + map_t * (fOpacity1 - fOpacity0); in onTick()
|
/third_party/boost/libs/ptr_container/doc/ |
D | reference.rst | 395 typedef ptr_map<string,int> map_t; 396 map_t m; 400 for( map_t::iterator i = m.begin(); i != m.end(); ++i )
|