Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp34 MultiStringType shortString = MKSTR("a");
35 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
38 void doShortStringTest(MultiStringType const& MS) { in doShortStringTest()
80 void doLongStringTest(MultiStringType const& MS) { in doLongStringTest()
Dnamed_overloads.pass.cpp35 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
Dpath.io.pass.cpp35 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
36 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
Dpath.io.unicode_bug.pass.cpp40 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
41 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.append.pass.cpp38 MultiStringType lhs;
39 MultiStringType rhs;
40 MultiStringType expect;
Dpath.concat.pass.cpp45 MultiStringType lhs;
46 MultiStringType rhs;
47 MultiStringType expect;
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp33 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
Dnamed_overloads.pass.cpp35 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp268 struct MultiStringType { struct
280 const MultiStringType PathList[] = { argument
324 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dsource.pass.cpp34 void RunTestCase(MultiStringType const& MS) { in RunTestCase()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
Dsource.pass.cpp39 void RunTestCase(MultiStringType const& MS) { in RunTestCase()