/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | test_data.hpp | 213 typedef typename std::set<T>::const_iterator it_type; in insert() typedef 217 it_type a = points.begin(); in insert() 218 it_type b = points.end(); in insert() 246 typedef typename std::set<T>::const_iterator it_type; in insert() typedef 251 it_type a = points1.begin(); in insert() 252 it_type b = points1.end(); in insert() 256 it_type c = points2.begin(); in insert() 257 it_type d = points2.end(); in insert() 288 typedef typename std::set<T>::const_iterator it_type; in insert() typedef 294 it_type a = points1.begin(); in insert() [all …]
|
/third_party/boost/boost/geometry/algorithms/ |
D | is_convex.hpp | 67 typedef geometry::ever_circling_range_iterator<view_type const> it_type; in apply() typedef 68 it_type previous(view); in apply() 69 it_type current(view); in apply() 86 it_type next = current; in apply()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | album_op.cc | 201 using it_type = decltype(items.begin()); in LoadIntArrayTensor() typedef 202 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadIntArrayTensor() 210 using it_type = decltype(items1.begin()); in LoadIntArrayTensor() typedef 211 …(void)std::transform(items1.begin(), items1.end(), std::back_inserter(data), [](it_type j) { retur… in LoadIntArrayTensor() 230 using it_type = decltype(items.begin()); in LoadFloatArrayTensor() typedef 231 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadFloatArrayTensor() 239 using it_type = decltype(items1.begin()); in LoadFloatArrayTensor() typedef 240 …(void)std::transform(items1.begin(), items1.end(), std::back_inserter(data), [](it_type j) { retur… in LoadFloatArrayTensor()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | cluster_exits.hpp | 68 typedef typename std::vector<linked_turn_op_info>::iterator it_type; typedef 148 for (it_type it = possibilities.begin(); it != possibilities.end(); ++it) in check_blocked() 153 for (it_type it = blocked.begin(); it != blocked.end(); ++it) in check_blocked()
|
D | traversal_switch_detector.hpp | 333 typedef typename region_connection_map::iterator it_type; in get_isolated_regions() typedef 339 for (it_type it = m_connected_regions.begin(); in get_isolated_regions() 364 for (it_type it = m_connected_regions.begin(); in get_isolated_regions()
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | album_op_android.cc | 285 using it_type = decltype(items.begin()); in LoadIntArrayTensor() typedef 286 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadIntArrayTensor() 294 using it_type = decltype(items.begin()); in LoadIntArrayTensor() typedef 295 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadIntArrayTensor() 312 using it_type = decltype(items.begin()); in LoadFloatArrayTensor() typedef 313 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadFloatArrayTensor() 321 using it_type = decltype(items.begin()); in LoadFloatArrayTensor() typedef 322 …(void)std::transform(items.begin(), items.end(), std::back_inserter(data), [](it_type j) { return … in LoadFloatArrayTensor()
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | partition.hpp | 86 >::type it_type; in divide_into_subsets() typedef 88 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in divide_into_subsets() 122 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in expand_with_elements() typedef 123 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in expand_with_elements() 139 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in handle_one() typedef 142 for (it_type it1 = boost::begin(input); it1 != boost::end(input); ++it1) in handle_one() 144 it_type it2 = it1; in handle_one()
|
/third_party/boost/boost/fusion/view/reverse_view/detail/ |
D | key_of_impl.hpp | 24 : result_of::key_of<typename It::it_type>
|
/third_party/json/test/src/ |
D | unit-regression2.cpp | 237 using it_type = decltype(p1.begin()); typedef 242 std::inserter(diffs, diffs.end()), [&](const it_type & e1, const it_type & e2) -> bool
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | data_schema.cc | 268 using it_type = decltype(items.begin()); in BuildShape() typedef 269 …(void)std::transform(items.begin(), items.end(), std::back_inserter(*outShape), [](it_type j) { re… in BuildShape()
|
/third_party/boost/libs/intrusive/test/ |
D | generic_assoc_test.hpp | 64 typedef typename assoc_type::iterator it_type; in test_container_from_iterator() typedef 68 for(it_type b(testset.begin()), e(testset.end()); b != e; ++b) in test_container_from_iterator()
|
/third_party/boost/boost/test/impl/ |
D | framework.ipp | 765 typedef test_suite::children_per_rank::const_iterator it_type; 766 it_type it = ts.m_ranked_children.begin(); 770 … std::pair<it_type,it_type> range = ts.m_ranked_children.equal_range( it->first );
|
/third_party/boost/libs/regex/doc/ |
D | sub_match.qbk | 66 …ionalIterator ``[link boost_regex.sub_match.it_type iterator]``; 313 [#boost_regex.sub_match.it_type]
|