Home
last modified time | relevance | path

Searched defs:OutIter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.segmented.pass.cpp25 using OutIter = typename OutContainer::iterator; in test_containers() typedef
H A Dranges.copy_backward.segmented.pass.cpp25 using OutIter = typename OutContainer::iterator; in test_containers() typedef
H A Dranges.copy.segmented.pass.cpp25 using OutIter = typename OutContainer::iterator; in test_containers() 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.cpp25 using OutIter = typename OutContainer::iterator; in test_containers() typedef
H A Dranges.move.segmented.pass.cpp25 using OutIter = typename OutContainer::iterator; in test_containers() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Dranges_robust_against_dangling.pass.cpp98 using OutIter = std::array<int, 6>::iterator; in test_all() typedef