/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
H A D | from_range.pass.cpp | 39 static_assert(!HasFromRangeCtr<std::string, InputRangeNotIndirectlyReadable>); in test_constraints() 54 …static_assert(!StringHasFromRangeAllocCtr<StringWithAlloc, InputRangeNotIndirectlyReadable, Alloc>… in test_constraints()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/ |
H A D | insert_range_sequence_containers.h | 48 static_assert(!HasInsertRange<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints_insert_range() 69 static_assert(!HasAppendRange<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints_append_range() 90 static_assert(!HasPrependRange<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints_prepend_range() 111 static_assert(!HasAssignRange<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints_assign_range()
|
H A D | from_range_sequence_containers.h | 47 static_assert(!HasFromRangeCtr<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
H A D | ranges.lexicographical_compare.pass.cpp | 61 static_assert(!HasLexicographicalCompareR<InputRangeNotIndirectlyReadable>); 66 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | almost_satisfies_types.h | 61 using InputRangeNotIndirectlyReadable = UncheckedRange<InputIteratorNotIndirectlyReadable>; variable 66 static_assert(!std::ranges::input_range<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
H A D | from_range.pass.cpp | 41 static_assert(!PriorityQueueHasFromRangeCtr<InputRangeNotIndirectlyReadable>); in test_constraints_priority_queue()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.equal/ |
H A D | ranges.equal.pass.cpp | 61 static_assert(!HasEqualR<InputRangeNotIndirectlyReadable, UncheckedRange<int*>>); 66 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
H A D | ranges.for_each.pass.cpp | 54 static_assert(!HasForEachR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.replace/ |
H A D | ranges.replace_if.pass.cpp | 52 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
|
H A D | ranges.replace.pass.cpp | 53 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
|
H A D | ranges_replace_copy.pass.cpp | 79 static_assert(!HasReplaceCopyRange<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
H A D | ranges.none_of.pass.cpp | 54 static_assert(!HasNoneOfR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
H A D | ranges.all_of.pass.cpp | 54 static_assert(!HasAllOfR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
H A D | ranges.any_of.pass.cpp | 54 static_assert(!HasAnyOfR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/ |
H A D | ranges.find_if.pass.cpp | 56 static_assert(!HasFindIfR<InputRangeNotIndirectlyReadable>);
|
H A D | ranges.find_if_not.pass.cpp | 56 static_assert(!HasFindIfNotR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.partitions/ |
H A D | ranges.is_partitioned.pass.cpp | 60 static_assert(!HasIsPartitionedR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.remove/ |
H A D | ranges_remove_copy.pass.cpp | 83 static_assert(!HasRemoveCopyRange<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | ranges.min.pass.cpp | 63 static_assert(!HasMinR<InputRangeNotIndirectlyReadable>);
|
H A D | ranges.max.pass.cpp | 65 static_assert(!HasMaxR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.count/ |
H A D | ranges.count.pass.cpp | 59 static_assert(!HasCountR<InputRangeNotIndirectlyReadable, int>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
H A D | ranges.find_first_of.pass.cpp | 59 static_assert(!HasFindFirstOfR<InputRangeNotIndirectlyReadable>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/ |
H A D | ranges.contains.pass.cpp | 58 static_assert(!HasContainsR<InputRangeNotIndirectlyReadable, int>);
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/ |
H A D | push_range_container_adaptors.h | 49 static_assert(!HasPushRange<Container<T>, InputRangeNotIndirectlyReadable>); in test_constraints_push_range()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/ |
H A D | ranges.copy.pass.cpp | 49 static_assert(!HasCopyR<InputRangeNotIndirectlyReadable, int*>);
|