Home
last modified time | relevance | path

Searched refs:StrView (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp91 using StrView = std::basic_string_view<CharT>; in doAppendSourceAllocTest() typedef
117 StrView RHS(R); in doAppendSourceAllocTest()
178 using StrView = std::basic_string_view<CharT>; in doAppendSourceTest() typedef
202 StrView RHS(R); in doAppendSourceTest()
209 StrView RHS(R); in doAppendSourceTest()
Dpath.concat.pass.cpp87 using StrView = std::basic_string_view<CharT>; in doConcatSourceAllocTest() typedef
107 StrView RHS(R); in doConcatSourceAllocTest()
168 using StrView = std::basic_string_view<CharT>; in doConcatSourceTest() typedef
191 StrView RHS(R); in doConcatSourceTest()
198 StrView RHS(R); in doConcatSourceTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp92 using StrView = std::basic_string_view<CharT>; in doAppendSourceAllocTest() typedef
118 StrView RHS(R); in doAppendSourceAllocTest()
179 using StrView = std::basic_string_view<CharT>; in doAppendSourceTest() typedef
202 StrView RHS(R); in doAppendSourceTest()
209 StrView RHS(R); in doAppendSourceTest()
Dpath.concat.pass.cpp89 using StrView = std::basic_string_view<CharT>; in doConcatSourceAllocTest() typedef
109 StrView RHS(R); in doConcatSourceAllocTest()
170 using StrView = std::basic_string_view<CharT>; in doConcatSourceTest() typedef
193 StrView RHS(R); in doConcatSourceTest()
200 StrView RHS(R); in doConcatSourceTest()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-faster-string-find.cpp94 std::string_view StrView; in StringFind() local
95 StrView.find("n"); in StringFind()