Home
last modified time | relevance | path

Searched refs:InputRangeNotIndirectlyReadable (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/
H A Dfrom_range.pass.cpp39 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 Dinsert_range_sequence_containers.h48 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 Dfrom_range_sequence_containers.h47 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 Dranges.lexicographical_compare.pass.cpp61 static_assert(!HasLexicographicalCompareR<InputRangeNotIndirectlyReadable>);
66 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dalmost_satisfies_types.h61 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 Dfrom_range.pass.cpp41 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 Dranges.equal.pass.cpp61 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 Dranges.for_each.pass.cpp54 static_assert(!HasForEachR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp52 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
H A Dranges.replace.pass.cpp53 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
H A Dranges_replace_copy.pass.cpp79 static_assert(!HasReplaceCopyRange<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp54 static_assert(!HasNoneOfR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp54 static_assert(!HasAllOfR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp54 static_assert(!HasAnyOfR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp56 static_assert(!HasFindIfR<InputRangeNotIndirectlyReadable>);
H A Dranges.find_if_not.pass.cpp56 static_assert(!HasFindIfNotR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp60 static_assert(!HasIsPartitionedR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp83 static_assert(!HasRemoveCopyRange<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.min.pass.cpp63 static_assert(!HasMinR<InputRangeNotIndirectlyReadable>);
H A Dranges.max.pass.cpp65 static_assert(!HasMaxR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp59 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 Dranges.find_first_of.pass.cpp59 static_assert(!HasFindFirstOfR<InputRangeNotIndirectlyReadable>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/
H A Dranges.contains.pass.cpp58 static_assert(!HasContainsR<InputRangeNotIndirectlyReadable, int>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/
H A Dpush_range_container_adaptors.h49 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 Dranges.copy.pass.cpp49 static_assert(!HasCopyR<InputRangeNotIndirectlyReadable, int*>);

12