Home
last modified time | relevance | path

Searched defs:forward_iterator (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_iterators.h117 template <class U> friend class forward_iterator; variable
125 TEST_CONSTEXPR forward_iterator() : it_() {} in forward_iterator() function
126 TEST_CONSTEXPR explicit forward_iterator(It it) : it_(it) {} in forward_iterator() function
129 TEST_CONSTEXPR forward_iterator(const forward_iterator<U>& u) : it_(u.it_) {} in forward_iterator() function
132 …TEST_CONSTEXPR_CXX14 forward_iterator(forward_iterator<U>&& other) : it_(other.it_) { other.it_ = … in forward_iterator() function
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_iterators.h115 template <class U> friend class forward_iterator; variable
125 TEST_CONSTEXPR_CXX14 forward_iterator() : it_() {} in forward_iterator() function
126 explicit TEST_CONSTEXPR_CXX14 forward_iterator(It it) : it_(it) {} in forward_iterator() function
128 TEST_CONSTEXPR_CXX14 forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Diterator_test.hpp74 class forward_iterator { class
84 BOOST_CXX14_CONSTEXPR forward_iterator() : it_() {} in forward_iterator() function in forward_iterator
85 BOOST_CXX14_CONSTEXPR explicit forward_iterator(It it) : it_(it) {} in forward_iterator() function in forward_iterator
87 BOOST_CXX14_CONSTEXPR forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function in forward_iterator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/iter/
H A Dmacros.rs464 macro_rules! forward_iterator { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/iter/
H A Dmacros.rs462 macro_rules! forward_iterator { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/iter/
H A Dmacros.rs464 macro_rules! forward_iterator { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/iter/
H A Dmacros.rs462 macro_rules! forward_iterator { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/iter/
H A Dmacros.rs464 macro_rules! forward_iterator { macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__iterator/
Dconcepts.h140 concept forward_iterator = variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__iterator/
Dconcepts.h140 concept forward_iterator = variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__iterator/
Dconcepts.h140 concept forward_iterator = variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__iterator/
H A Dconcepts.h140 concept forward_iterator = variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__iterator/
Dconcepts.h140 concept forward_iterator = variable