Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/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/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/
Dranges.copy.segmented.pass.cpp26 using InIter = typename InContainer::iterator; in test_containers() typedef