Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dself_cleaning_temp_dir.h19 typedef base::FilePath::StringType StringType; typedef
/external/chromium_org/chrome/browser/sync_file_system/
Dsubtree_set.h48 typedef base::FilePath::StringType StringType; typedef
/external/chromium_org/base/
Dcommand_line.h34 typedef std::wstring StringType; typedef
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPath.h51 StringType, enumerator
DIDBKey.h103 StringType, enumerator
DIDBAny.h96 StringType, enumerator
/external/chromium_org/base/files/
Dfile_path.h138 typedef std::string StringType; typedef
Dfile_path.cc34 typedef FilePath::StringType StringType; typedef
/external/chromium_org/storage/common/fileapi/
Dfile_system_util.cc51 typedef base::FilePath::StringType StringType; in DirName() typedef
87 typedef base::FilePath::StringType StringType; in GetComponents() typedef
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js53 StringType: "string", property
60 StringType: "string", property
/external/llvm/unittests/ADT/
DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in __anon419fdb3d0111::SmallStringTest
/external/openfst/src/include/fst/
Dstring-weight.h41 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 , enum
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h38 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 , enum
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py180 class StringType(PointerType): class
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py320 len=len, byteord=byteord, getattr=getattr, type=type, StringType=str): argument
/external/clang/lib/Sema/
DSemaExpr.cpp7208 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local