Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/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;
/aosp_15_r20/external/cronet/base/containers/
H A Dlru_cache_unittest.cc440 auto r_iter = cache.rbegin(); in TYPED_TEST() local
560 auto r_iter = cache.rbegin(); in TYPED_TEST() local
/aosp_15_r20/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
H A Dsequenced.h68 auto r_iter = std::find_if( in DoAdd() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/
Ddraw_impl.rs195 let mut r_iter = (0..3).map(|idx| { localVariable