/third_party/boost/libs/fusion/test/sequence/ |
D | map.cpp | 64 map_type; in main() typedef 66 BOOST_MPL_ASSERT((traits::is_associative<map_type>)); in main() 67 BOOST_MPL_ASSERT((traits::is_random_access<map_type>)); in main() 69 map_type m( in main() 83 … boost::is_same<boost::fusion::result_of::value_at_key<map_type, int>::type, char>::value)); in main() 85 …boost::is_same<boost::fusion::result_of::value_at_key<map_type, double>::type, std::string>::value… in main() 87 … boost::is_same<boost::fusion::result_of::value_at_key<map_type, abstract>::type, int>::value)); in main() 91 BOOST_STATIC_ASSERT((boost::fusion::result_of::has_key<map_type, int>::value)); in main() 92 BOOST_STATIC_ASSERT((boost::fusion::result_of::has_key<map_type, double>::value)); in main() 93 BOOST_STATIC_ASSERT((boost::fusion::result_of::has_key<map_type, abstract>::value)); in main() [all …]
|
/third_party/boost/boost/interprocess/detail/ |
D | windows_intermodule_singleton.hpp | 57 typedef boost::container::map<boost::container::string, ref_count_ptr> map_type; typedef in boost::interprocess::ipcdetail::intermodule_singleton_helpers::windows_semaphore_based_map 62 map_type *m = new map_type; in windows_semaphore_based_map() 157 map_type &get_map_unlocked() in get_map_unlocked() 168 return *static_cast<map_type*>(caster.addr); in get_map_unlocked() 182 return *static_cast<map_type*>(caster.addr); in get_map_unlocked() 189 map_type &map = this->get_map_unlocked(); in find() 190 map_type::iterator it = map.find(boost::container::string(name)); in find() 202 map_type &map = this->get_map_unlocked(); in insert() 203 …map_type::iterator it = map.insert(map_type::value_type(boost::container::string(name), ref)).firs… in insert() 210 map_type &map = this->get_map_unlocked(); in erase() [all …]
|
/third_party/boost/boost/graph/property_maps/ |
D | container_property_map.hpp | 33 map_type; typedef 34 typedef typename map_type::key_type key_type; 35 typedef typename map_type::value_type value_type; 36 typedef typename map_type::reference reference; 37 typedef typename map_type::category category; 66 map_type m_map;
|
D | matrix_property_map.hpp | 30 typedef container_property_map< Graph, Key, container_type > map_type; typedef 39 typedef map_type value_type; 40 typedef map_type reference; 59 return map_type((*m_matrix)[x], *m_graph); in operator []()
|
/third_party/boost/libs/bimap/example/ |
D | unconstrained_collection.cpp | 40 typedef bm_type::left_map map_type; in main() typedef 43 map_type & m = bm.left; in main() 52 for( map_type::iterator i = m.begin(), iend = m.end(); i != iend; ++i ) in main() 66 typedef map_type::const_iterator const_iterator; in main() 85 typedef std::map< std::string, int > map_type; in main() typedef 87 map_type m; in main()
|
D | standard_map_comparison.cpp | 60 typedef std::map< std::string, int > map_type; in main() typedef 61 map_type m; in main() 68 typedef bimap_type::left_map map_type; in main() typedef 69 map_type & m = bm.left; in main()
|
/third_party/boost/boost/graph/detail/ |
D | index.hpp | 24 typedef typename property_map< Graph, vertex_index_t >::type map_type; typedef 27 typedef typename property_traits< map_type >::value_type value_type; 35 static map_type index_map(Graph& g) { return get(vertex_index, g); } in index_map() 46 typedef typename property_map< Graph, edge_index_t >::type map_type; typedef 49 typedef typename property_traits< map_type >::value_type value_type; 57 static map_type index_map(Graph& g) { return get(edge_index, g); } in index_map()
|
/third_party/boost/boost/range/ |
D | mfc_map.hpp | 36 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef 37 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type; 49 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef 50 typedef BOOST_DEDUCED_TYPENAME range_reference<map_type>::type argument_type; 62 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef 63 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type;
|
/third_party/boost/libs/smart_ptr/extras/src/ |
D | sp_collector.cpp | 21 typedef std::map< void const *, std::pair<void *, size_t> > map_type; typedef 23 static map_type & get_map() in get_map() 25 static map_type m; in get_map() 61 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count() 94 static void find_unreachable_objects_impl(map_type const & m, map2_type & m2) in find_unreachable_objects_impl() 101 for(map_type::const_iterator i = m.begin(); i != m.end(); ++i) in find_unreachable_objects_impl() 138 map_type::const_iterator i = m.find(p); in find_unreachable_objects_impl() 161 map_type const & m = get_map(); in find_unreachable_objects() 169 map_type::const_iterator i = m.find(j->first); in find_unreachable_objects() 210 map_type const & m = get_map(); in free_unreachable_objects() [all …]
|
/third_party/boost/boost/spirit/home/qi/string/ |
D | tst_map.hpp | 55 typename map_type::const_iterator in find() 90 std::pair<typename map_type::iterator, bool> in add() 114 typename map_type::iterator i = map.find(*first++); in remove() 136 BOOST_FOREACH(typename map_type::value_type& x, map) in clear() 148 BOOST_FOREACH(typename map_type::value_type const& x, map) in for_each() 167 typedef unordered_map<Char, map_data> map_type; typedef 171 BOOST_FOREACH(typename map_type::value_type const& x, rhs.map) in copy() 184 BOOST_FOREACH(typename map_type::value_type& x, map) in assign() 214 map_type map;
|
/third_party/boost/boost/spirit/home/x3/string/ |
D | tst_map.hpp | 51 typename map_type::const_iterator in find() 82 std::pair<typename map_type::iterator, bool> in add() 106 typename map_type::iterator i = map.find(*first++); in remove() 128 for (typename map_type::value_type& x : map) in clear() 140 for (typename map_type::value_type const& x : map) in for_each() 159 typedef std::unordered_map<Char, map_data> map_type; typedef 163 for (typename map_type::value_type const& x : rhs.map) in copy() 176 for (typename map_type::value_type& x : map) in assign() 206 map_type map;
|
/third_party/boost/libs/regex/example/snippets/ |
D | regex_grep_example_1.cpp | 28 typedef std::map<std::string, std::string::difference_type, std::less<std::string> > map_type; typedef 56 map_type& m; 59 IndexClassesPred(map_type& a, std::string::const_iterator b) : m(a), base(b) {} in IndexClassesPred() 74 void IndexClasses(map_type& m, const std::string& file) in IndexClasses() 108 map_type m; in main() 114 map_type::iterator c, d; in main()
|
D | regex_search_example.cpp | 28 typedef std::map<std::string, std::string::difference_type, std::less<std::string> > map_type; typedef 55 void IndexClasses(map_type& m, const std::string& file) in IndexClasses() 104 map_type m; in main() 110 map_type::iterator c, d; in main()
|
D | regex_grep_example_4.cpp | 32 typedef std::map<std::string, int, std::less<std::string> > map_type; typedef 60 map_type index; 66 map_type& get_map() { return index; } in get_map() 131 map_type::iterator c, d; in main()
|
D | regex_grep_example_3.cpp | 31 typedef std::map<std::string, std::string::difference_type, std::less<std::string> > map_type; typedef 59 map_type index; 64 map_type& get_map() { return index; } in get_map() 137 map_type::iterator c, d; in main()
|
/third_party/boost/libs/container/test/ |
D | flat_map_adaptor_test.cpp | 36 > map_type; typedef 58 < GetMapContainer<vector<std::pair<int, int> > >::apply<int>::map_type in main() 67 < GetMapContainer<small_vector<std::pair<int, int>, 7> >::apply<int>::map_type in main() 76 < GetMapContainer<static_vector<std::pair<int, int>, MaxElem * 10> >::apply<int>::map_type in main() 85 < GetMapContainer<stable_vector<std::pair<int, int> > >::apply<int>::map_type in main() 95 < GetMapContainer<deque<std::pair<int, int> > >::apply<int>::map_type in main()
|
/third_party/boost/boost/graph/ |
D | exterior_property.hpp | 66 typedef container_property_map< Graph, Key, container_type > map_type; typedef 89 typedef typename property_type::map_type map_type; typedef 107 typedef typename property_type::map_type map_type; typedef
|
/third_party/boost/boost/signals2/detail/ |
D | slot_groups.hpp | 58 > map_type; typedef in boost::signals2::detail::grouped_list 59 typedef typename map_type::iterator map_iterator; 60 typedef typename map_type::const_iterator const_map_iterator; 73 typename map_type::const_iterator other_map_it; in grouped_list() 75 typename map_type::iterator this_map_it = _group_map.begin(); in grouped_list() 83 typename map_type::const_iterator other_next_map_it = other_map_it; in grouped_list() 197 _group_map.insert(typename map_type::value_type(key, new_it)); in m_insert() 227 map_type _group_map;
|
/third_party/boost/boost/compute/detail/ |
D | lru_cache.hpp | 35 > map_type; typedef in boost::compute::detail::lru_cache 68 typename map_type::iterator i = m_map.find(key); in insert() 85 typename map_type::iterator i = m_map.find(key); in get() 130 map_type m_map;
|
/third_party/boost/libs/serialization/src/ |
D | basic_serializer_map.cpp | 77 map_type::iterator it = m_map.begin(); in erase() 78 map_type::iterator it_end = m_map.end(); in erase() 100 map_type::const_iterator it; in find()
|
/third_party/boost/libs/type_erasure/src/ |
D | dynamic_binding.cpp | 24 typedef ::std::map<key_type, void(*)()> map_type; typedef 31 map_type first; 51 ::map_type::const_iterator pos = data->first.find(key); in lookup_function_impl()
|
/third_party/boost/boost/poly_collection/detail/ |
D | type_info_map.hpp | 57 using map_type=std::unordered_map< typedef in boost::poly_collection::detail::type_info_map 67 using value_type=typename map_type::value_type; 68 using allocator_type=typename map_type::allocator_type; 69 using iterator=typename map_type::iterator; 70 using const_iterator=typename map_type::const_iterator; 80 map{make<map_type>(al)},cache{make<cache_type>(al)}{} in type_info_map() 242 map_type map;
|
/third_party/boost/boost/system/detail/ |
D | std_interoperability.hpp | 95 …map< boost::system::error_category const *, std::unique_ptr<std_category>, cat_ptr_less > map_type; in to_std_category() typedef 97 static map_type map_; in to_std_category() 102 map_type::iterator i = map_.find( &cat ); in to_std_category() 108 …std::pair<map_type::iterator, bool> r = map_.insert( map_type::value_type( &cat, std::move( p ) ) … in to_std_category()
|
/third_party/boost/boost/phoenix/scope/ |
D | lambda.hpp | 80 map_type; typedef 96 , map_type 132 map_type; in operator ()() typedef 144 , map_type in operator ()() 323 typedef detail::map_local_index_to_tuple<> map_type; 324 …return expression::lambda_actor<locals_type, map_type, Expr>::make(locals_type(), map_type(), expr…
|
/third_party/boost/libs/utility/identity_type/test/ |
D | var.cpp | 15 typedef std::map<int, char> map_type; typedef 16 VAR(map_type, 3); // OK.
|