Home
last modified time | relevance | path

Searched refs:PermutableRangeNotSwappable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp46 static_assert(!HasReverseR<PermutableRangeNotSwappable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges_rotate.pass.cpp69 static_assert(!HasRotateRange<PermutableRangeNotSwappable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges.remove.pass.cpp45 static_assert(!HasRemoveR<PermutableRangeNotSwappable>);
H A Dranges.remove_if.pass.cpp49 static_assert(!HasRemoveIfR<PermutableRangeNotSwappable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dalmost_satisfies_types.h272 using PermutableRangeNotSwappable = UncheckedRange<PermutableNotSwappable>; variable