Searched defs:StringType (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in class:__anon13143::SmallStringTest
29 StringType theString;
31 void assertEmpty(StringType & v) {
/external/libchrome/base/
H A Dcommand_line.h36 typedef base::string16 StringType; typedef in class:base::CommandLine
38 typedef std::string StringType;
41 typedef StringType::value_type CharType;
42 typedef std::vector<StringType> StringVector;
43 typedef std::map<std::string, StringType> SwitchMap;
44 typedef std::map<base::StringPiece, const StringType*> StringPieceSwitchMap;
107 StringType GetCommandLineString() const {
119 StringType GetCommandLineStringWithPlaceholders() const {
127 StringType GetArgumentsString() const {
138 StringType GetArgumentsStringWithPlaceholder
[all...]
/external/libchrome/base/files/
H A Dfile_path.h150 typedef std::string StringType; typedef in class:base::FilePath
154 typedef std::wstring StringType;
157 typedef BasicStringPiece<StringType> StringPieceType;
158 typedef StringType::value_type CharType;
193 const StringType& value() const { return path_; }
212 void GetComponents(std::vector<FilePath::StringType>* components) const;
254 StringType Extension() const WARN_UNUSED_RESULT;
263 StringType FinalExtension() const WARN_UNUSED_RESULT;
309 // Although Windows StringType is std::wstring, since the encoding it uses for
416 static StringType GetHFSDecomposedFor
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp7867 const QualType StringType = StringRefExpr->getType(); local
7870 if (!StringType->isAnyPointerType())
7874 if (!StringType->getPointeeType()->isAnyCharacterType())
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 134 milliseconds