Home
last modified time | relevance | path

Searched defs:r_iter (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/mpl/aux_/range_c/
Diterator.hpp30 template< typename N > struct r_iter struct
32 typedef aux::r_iter_tag tag;
33 typedef random_access_iterator_tag category;
34 typedef N type;
37 typedef r_iter< typename mpl::next<N>::type > next;
38 typedef r_iter< typename mpl::prior<N>::type > prior;
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc498 for (auto r_iter = sorted.rbegin(); r_iter != sorted.rend(); ++r_iter) { in Lift() local
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp975 LISTITER r_iter; in builtin_match() local