Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.unique/
Dranges_unique_copy.pass.cpp298 …using InIter = cpp20_input_iterator<CopyAssignableNotCopyConstructible… in test() typedef
325 using InIter = cpp20_input_iterator<int*>; in test() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
Dranges.copy_n.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef
Dranges.copy.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef
Dranges.copy_backward.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
Dranges.move_backward.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef
Dranges.move.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/
Dranges_robust_against_dangling.pass.cpp97 using InIter = std::array<int, 3>::iterator; in test_all() typedef
/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