Searched defs:Sent1 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
H A D | ranges_includes.pass.cpp | 108 using Sent1 = SentWrapper<In1>; in testIncludesImpl() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
H A D | ranges_set_symmetric_difference.pass.cpp | 107 using Sent1 = std::conditional_t<std::contiguous_iterator<In1>, In1, sentinel_wrapper<In1>>; in testSetSymmetricDifferenceImpl() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
H A D | ranges_set_union.pass.cpp | 109 using Sent1 = std::conditional_t<std::contiguous_iterator<In1>, In1, sentinel_wrapper<In1>>; in testSetUnionImpl() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
H A D | ranges_set_difference.pass.cpp | 108 using Sent1 = std::conditional_t<std::contiguous_iterator<In1>, In1, sentinel_wrapper<In1>>; in testSetDifferenceImpl() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
H A D | ranges_merge.pass.cpp | 107 using Sent1 = std::conditional_t<std::contiguous_iterator<In1>, In1, sentinel_wrapper<In1>>; in testMergeImpl() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
H A D | ranges_set_intersection.pass.cpp | 102 using Sent1 = std::conditional_t<std::contiguous_iterator<In1>, In1, sentinel_wrapper<In1>>; in testSetIntersectionImpl() typedef
|