Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_convertible.pass.cpp51 struct StringType { struct
52 StringType(const char*) {} in StringType() function
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in __anon593560110111::SmallStringTest
/external/fmtlib/fmt/
Dstring.h23 typedef std::basic_string<Char, std::char_traits<Char>, Allocator> StringType; typedef
/external/python/cpython2/Lib/test/
Dtest_fpformat.py10 StringType = type('') variable
/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/python/cpython2/Lib/
Dtypes.py25 StringType = str variable
/external/llvm/unittests/ADT/
DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in __anon364706650111::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/python/cpython2/Modules/
D_tkinter.c275 const Tcl_ObjType *StringType; member
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1262 using StringType = SmallString<128>; typedef in __anond2d83f150111::ValuesymtabParser
/external/clang/lib/Sema/
DSemaExpr.cpp8303 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local