Home
last modified time | relevance | path

Searched refs:map_t (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/assign/test/
Dlist_inserter.cpp107 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/
Ddynamic_properties_test.cpp36 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/
Dscheduler.hpp65 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/
Dflat_map_test.cpp459 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()
Dmap_test.cpp252 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/
Dutility_allocator.hpp43 using map_t = std::unordered_map<const boost::core::typeinfo*, std::pair<int, int>>; typedef
44 map_t map_;
Dstorage_adaptor_test.cpp255 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/
Dtest_variant.cpp247 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/
Dlet.cpp84 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/
DSlideDir.cpp194 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/
DSlideDir.cpp205 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/
Dreference.rst395 typedef ptr_map<string,int> map_t;
396 map_t m;
400 for( map_t::iterator i = m.begin(); i != m.end(); ++i )