Home
last modified time | relevance | path

Searched refs:ForwardDiffView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/
H A Dtypes.h58 struct ForwardDiffView : std::ranges::view_base { struct
60 constexpr explicit ForwardDiffView() = default; argument
61 constexpr ForwardDiffView(const char* ptr) : ForwardDiffView(std::string_view(ptr)) {} in ForwardDiffView() argument
62 constexpr ForwardDiffView(std::string_view v) { in ForwardDiffView() function
66 constexpr ForwardDiffView(ForwardDiffView&&) = default;
67 constexpr ForwardDiffView& operator=(ForwardDiffView&&) = default; argument
68 constexpr ForwardDiffView(const ForwardDiffView&) = default;
69 constexpr ForwardDiffView& operator=(const ForwardDiffView&) = default; argument
78 …assert(!std::same_as<std::ranges::iterator_t<ForwardDiffView>, std::ranges::iterator_t<const Forwa… argument
204 using SplitViewDiff = std::ranges::lazy_split_view<ForwardDiffView, ForwardDiffView>;
H A Dbegin.pass.cpp57 using V = ForwardDiffView; in test()
H A Dend.pass.cpp85 using P = ForwardDiffView; in test()