Home
last modified time | relevance | path

Searched defs:InIter (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp298 …using InIter = cpp20_input_iterator<CopyAssignableNotCopyConstructible… in test() typedef
325 using InIter = cpp20_input_iterator<int*>; in test() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.segmented.pass.cpp24 using InIter = typename InContainer::iterator; in test_containers() typedef
H A Dranges.copy_backward.segmented.pass.cpp24 using InIter = typename InContainer::iterator; in test_containers() typedef
H A Dranges.copy.segmented.pass.cpp24 using InIter = typename InContainer::iterator; in test_containers() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp204 typedef BOOST_CONCEPT_CHECK_COMPATIBLE_INPUT_ITERATOR_ARCHETYPE<Left> InIter; in main() typedef
213 typedef input_iterator_archetype< null_archetype<> > InIter; in main() typedef
232 typedef input_iterator_archetype<null_archetype<> > InIter; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move_backward.segmented.pass.cpp24 using InIter = typename InContainer::iterator; in test_containers() typedef
H A Dranges.move.segmented.pass.cpp24 using InIter = typename InContainer::iterator; in test_containers() typedef
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_foreach.h44 typedef InVec::const_iterator InIter; typedef
Dslang_rs_export_reduce.h39 typedef InVec::const_iterator InIter; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Dranges_robust_against_dangling.pass.cpp97 using InIter = std::array<int, 3>::iterator; in test_all() typedef