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

/external/chromium/base/
H A Dfile_path.h56 // instead, use a FilePath::CharType[] and initialize it with
60 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
140 typedef StringType::value_type CharType; typedef in class:FilePath
146 static const CharType kSeparators[];
149 static const CharType kCurrentDirectory[];
152 static const CharType kParentDirectory[];
155 static const CharType kExtensionSeparator;
179 static bool IsSeparator(CharType character);
372 // Macros for string literal initialization of FilePath::CharType[], and for
373 // using a FilePath::CharType[] i
[all...]
H A Dcommand_line.cc26 typedef CommandLine::StringType::value_type CharType; typedef in namespace:__anon1620
28 const CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
29 const CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
33 const CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
36 const CharType* const kSwitchPrefixes[] = {"--", "-"};
/external/clang/lib/AST/
H A DExprConstant.cpp1512 /// Extract the value of a character from a string literal. CharType is used to
1517 uint64_t Index, QualType CharType) {
1521 assert(CharType->isIntegerType() && "unexpected character type");
1524 CharType->isUnsignedIntegerType());
1516 ExtractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, uint64_t Index, QualType CharType) argument
/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 314 milliseconds