Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
Dranges.copy_n.segmented.pass.cpp27 using OutIter = typename OutContainer::iterator; in test_containers() typedef
Dranges.copy.segmented.pass.cpp27 using OutIter = typename OutContainer::iterator; in test_containers() typedef
Dranges.copy_backward.segmented.pass.cpp27 using OutIter = typename OutContainer::iterator; in test_containers() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
Dranges.move_backward.segmented.pass.cpp27 using OutIter = typename OutContainer::iterator; in test_containers() typedef
Dranges.move.segmented.pass.cpp27 using OutIter = typename OutContainer::iterator; in test_containers() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/
Dranges_robust_against_dangling.pass.cpp98 using OutIter = std::array<int, 6>::iterator; in test_all() typedef