Home
last modified time | relevance | path

Searched refs:MultiStringType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
H A Dnamed_overloads.pass.cpp35 MultiStringType input = MKSTR("c:\\foo\\bar");
38 MultiStringType ref = MKSTR("c:/foo/bar");
41 MultiStringType ref = MKSTR("c:\\foo\\bar");
H A Dgeneric_string_alloc.pass.cpp33 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp35 MultiStringType shortString = MKSTR("a");
36 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
39 void doShortStringTest(MultiStringType const& MS) { in doShortStringTest()
91 void doLongStringTest(MultiStringType const& MS) { in doLongStringTest()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.io/
H A Ddirectory_entry.io.pass.cpp27 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
28 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.unicode_bug.pass.cpp39 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
40 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
H A Dpath.io.pass.cpp36 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
37 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
/llvm-project-15.0.7/libcxx/test/support/
H A Dmake_string.h39 #define MKSTR(Str) MultiStringType( \
49 struct MultiStringType { struct
56 TEST_CONSTEXPR MultiStringType( in MultiStringType() argument
H A Dlocale_helpers.h92 MultiStringType currency_symbol_ru_RU() { in currency_symbol_ru_RU()
105 MultiStringType currency_symbol_zh_CN() { in currency_symbol_zh_CN()
H A Dfilesystem_test_helper.h450 const MultiStringType PathList[] = {
494 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp43 MultiStringType lhs;
44 MultiStringType rhs;
45 MultiStringType expect_posix;
46 MultiStringType expect_windows;
48 MultiStringType const& expected_result() const { in expected_result()
H A Dpath.concat.pass.cpp49 MultiStringType lhs;
50 MultiStringType rhs;
51 MultiStringType expect;
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp35 void RunTestCaseImpl(MultiStringType const& MS, Args... args) { in RunTestCaseImpl()
85 void RunTestCase(MultiStringType const& MS) { in RunTestCase()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dnamed_overloads.pass.cpp36 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp42 void RunTestCase(MultiStringType const& MS) { in RunTestCase()