Searched defs:CharType (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/files/
H A Dfile_path.h59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
159 typedef StringType::value_type CharType; typedef in class:base::FilePath
165 static const CharType kSeparators[];
171 static const CharType kCurrentDirectory[];
174 static const CharType kParentDirectory[];
177 static const CharType kExtensionSeparator;
201 static bool IsSeparator(CharType character);
391 FilePath NormalizePathSeparatorsTo(CharType separator) const;
456 // Macros for string literal initialization of FilePath::CharType[], an
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp2222 QualType CharType = CAT->getElementType(); local
2223 assert(CharType->isIntegerType() && "unexpected character type");
2226 CharType->isUnsignedIntegerType());
2239 QualType CharType = CAT->getElementType(); local
2240 assert(CharType->isIntegerType() && "unexpected character type");
2246 CharType->isUnsignedIntegerType());
/external/clang/lib/Sema/
H A DSemaExpr.cpp8316 const QualType CharType = CharExpr->getType(); local
8317 if (!CharType->isAnyCharacterType() &&
8318 CharType->isIntegerType() &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 221 milliseconds