Home
last modified time | relevance | path

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

/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"); variable
47 const char* const InCStr = InStr; in doIOTest()
49 const path p((const char*)InStr); in doIOTest()
59 assert(p_in.native() == (const char*)InStr); in doIOTest()
H A Dpath.io.pass.cpp36 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789"); variable
45 const path p((const char*)InStr); in doIOTest()
55 assert(p_in.native() == (const path::value_type*)InStr); in doIOTest()
/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"); variable
32 const char* input = static_cast<const char*>(InStr); in TestOutput()