Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dctor.range.pass.cpp75 struct StrView : std::ranges::view_base { struct
77 constexpr explicit StrView() = default; argument
78 constexpr StrView(const char* ptr) : buffer_(ptr) {} in StrView() function
83 constexpr StrView(R&& r) : buffer_(r.begin(), r.end()) {} in StrView() argument
86 constexpr bool operator==(const StrView& rhs) const { return buffer_ == rhs.buffer_; } in operator ==() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfaster-string-find.cpp94 std::string_view StrView; in StringFind() local
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp130 using StrView = std::basic_string_view<CharT>; in doAppendSourceAllocTest() typedef
240 using StrView = std::basic_string_view<CharT>; in doAppendSourceTest() typedef
H A Dpath.concat.pass.cpp92 using StrView = std::basic_string_view<CharT>; in doConcatSourceAllocTest() typedef
184 using StrView = std::basic_string_view<CharT>; in doConcatSourceTest() typedef