Home
last modified time | relevance | path

Searched defs:rit (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp122 typename ContainerT::reverse_iterator rit = values.rbegin(); in interpret_pragma() local
184 typename ContainerT::reverse_iterator rit = values.rbegin(); in interpret_pragma() local
Dcpp_macromap_utils.hpp311 typename ContainerT::reverse_iterator rit = replacement_list.rbegin(); in trim_replacement_list() local
/third_party/json/test/src/
Dunit-iterators1.cpp349 auto rit = j.rend(); variable
553 auto rit = j.rend(); variable
1127 auto rit = j.rend(); variable
1331 auto rit = j.rend(); variable
1535 auto rit = j.rend(); variable
1611 auto rit = j.rend(); variable
Dunit-regression1.cpp305 json::reverse_iterator rit = a.rbegin(); variable
312 json::reverse_iterator rit = ++a.rbegin(); variable
318 json::reverse_iterator rit = a.rbegin(); variable
/third_party/boost/libs/multi_index/test/
Dtest_iterators.cpp33 for(reverse_iterator rit=i.rbegin();rit!=i.rend();++rit){ in test_non_const_iterators() local
67 for(const_reverse_iterator rit=i.rbegin();rit!=i.rend();++rit){ in test_const_iterators() local
155 for(reverse_iterator rit=i.rbegin();rit!=rmiddle;++rit){ in test_non_const_rnd_iterators() local
203 for(const_reverse_iterator rit=i.rbegin();rit!=rmiddle;++rit){ in test_const_rnd_iterators() local
/third_party/boost/libs/histogram/test/
Dutility_axis.hpp23 auto rit = a.rbegin(); in test_axis_iterator() local
/third_party/boost/libs/wave/samples/token_statistics/
Dcollect_token_statistics.hpp61 for(ids_type::reverse_iterator rit = ids.rbegin(); rit != rend; ++rit) in print() local
/third_party/boost/boost/histogram/
Dhistogram.hpp449 auto rit = unsafe_access::storage(rhs).begin(); in operator +=() local
466 auto rit = unsafe_access::storage(rhs).begin(); in operator +=() local
500 auto rit = unsafe_access::storage(rhs).begin(); in operator -=() local
520 auto rit = unsafe_access::storage(rhs).begin(); in operator *=() local
540 auto rit = unsafe_access::storage(rhs).begin(); in operator /=() local
/third_party/boost/libs/intrusive/example/
Ddoc_any_hook.cpp58 std::vector<MyClass>::reverse_iterator rit(values.rbegin()), ritend(values.rend()); in main() local
Ddoc_slist.cpp68 VectRit rit(values.rbegin()), ritend(values.rend()); in main() local
/third_party/boost/boost/graph/
Dtransitive_reduction.hpp102 typename std::vector< Vertex >::reverse_iterator rit in transitive_reduction() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dexecution_tree.cc277 for (auto rit = fifo.crbegin(); rit != fifo.crend(); ++rit) { in Prepare() local
/third_party/boost/libs/intrusive/test/
Dany_test.cpp168 VectRit rit(values.rbegin()), ritend(values.rend()); in simple_slist_test() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Ddp_algo_costmodel.cc134 std::vector<EliminationPtr>::reverse_iterator rit; in RecoverStrategy() local
/third_party/boost/libs/ptr_container/test/
Dptr_map.cpp245 typename C::reverse_iterator rit = c.rbegin(), re = c.rend(); in ptr_map_test() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliterationChart.java113 Iterator rit = eq.getSetIterator(new MyComparator()); in main() local
/third_party/boost/boost/geometry/strategies/agnostic/
Dhull_graham_andrew.hpp326 rev_iterator rit = output.rbegin(); in add_to_hull() local
/third_party/boost/boost/geometry/io/svg/
Dwrite.hpp169 rit = boost::begin(rings); rit != boost::end(rings); ++rit) in apply() local
/third_party/grpc/test/cpp/util/
Dstring_ref_test.cc99 for (auto rit = s.crbegin(); rit != s.crend(); ++rit) { in TEST_F() local
/third_party/boost/libs/flyweight/example/
Dhtml.cpp193 for(html_context_data::reverse_iterator rit=context.rbegin(); in scan_html() local
/third_party/boost/boost/multi_array/
Dconcept_checks.hpp201 reverse_iterator rit; member
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dgenerate_static.hpp121 for (iterator rit = reverse_state_map.begin(); rit != rend; ++last_id) in generate_cpp_state_info() local
/third_party/boost/boost/gil/concepts/
Dimage_view.hpp151 reverse_iterator rit; in constraints() local
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dlinear_areal.hpp410 for ( turn_iterator rit = it ; rit != next ; ++rit ) in apply() local
/third_party/pixman/pixman/
Dpixman-region.c1586 region_info_t *rit; /* &ri[j] */ in validate() local

12