Home
last modified time | relevance | path

Searched defs:StrView (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/
H A Dctor.range.pass.cpp72 struct StrView : std::ranges::view_base { struct
74 constexpr explicit StrView() = default; argument
75 constexpr StrView(const char* ptr) : buffer_(ptr) {} in StrView() function
80 constexpr StrView(R&& r) : buffer_(r.begin(), r.end()) {} in StrView() function
83 constexpr bool operator==(const StrView& rhs) const { return buffer_ == rhs.buffer_; } in operator ==() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/
H A Dctor.range.pass.cpp61 struct StrView : std::ranges::view_base { struct
65 constexpr StrView(R&& r) : buffer_(std::ranges::begin(r), std::ranges::end(r)) {} in StrView() function
68 constexpr bool operator==(const StrView& rhs) const { return buffer_ == rhs.buffer_; } in operator ==() argument
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp91 using StrView = std::basic_string_view<CharT>; in doAppendSourceAllocTest() typedef
178 using StrView = std::basic_string_view<CharT>; in doAppendSourceTest() typedef
H A Dpath.concat.pass.cpp87 using StrView = std::basic_string_view<CharT>; in doConcatSourceAllocTest() typedef
168 using StrView = std::basic_string_view<CharT>; in doConcatSourceTest() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp131 using StrView = std::basic_string_view<CharT>; in doAppendSourceAllocTest() typedef
241 using StrView = std::basic_string_view<CharT>; in doAppendSourceTest() typedef
H A Dpath.concat.pass.cpp93 using StrView = std::basic_string_view<CharT>; in doConcatSourceAllocTest() typedef
185 using StrView = std::basic_string_view<CharT>; in doConcatSourceTest() typedef