Home
last modified time | relevance | path

Searched defs:StringType (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_convertible.pass.cpp51 struct StringType { struct
52 StringType(const char*) {} in StringType() argument
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in __anonede9a2910111::SmallStringTest
/external/fmtlib/fmt/
Dstring.h23 typedef std::basic_string<Char, std::char_traits<Char>, Allocator> StringType; typedef
/external/libcxx/test/libcxx/debug/containers/
Ddb_string.pass.cpp27 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType; typedef
/external/libchrome/base/files/
Dfile_path.h151 typedef std::string StringType; typedef
Dfile_path.cc32 using StringType = FilePath::StringType; typedef
Dfile_util_posix.cc583 bool CreateNewTempDirectory(const FilePath::StringType& /*prefix*/, in CreateNewTempDirectory()
/external/llvm/unittests/ADT/
DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in __anon23ebc8e50111::SmallStringTest
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dmisc.c530 IN UI_STRING_TYPE StringType, in LibGetUiString()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py320 len=len, byteord=byteord, getattr=getattr, type=type, StringType=str): argument
/external/clang/lib/Sema/
DSemaExpr.cpp8303 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local