Searched defs:FormatString (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/dbus/
H A Ddbus_statistics.h28 enum FormatString { enum in namespace:dbus::statistics
62 FormatString format);
/external/google-benchmark/src/
H A Dcolorprint.cc85 std::string FormatString(const char* msg, va_list args) { function in namespace:benchmark
113 std::string FormatString(const char* msg, ...) { function in namespace:benchmark
116 auto tmp = FormatString(msg, args);
153 if (color_code) out << FormatString("\033[0;3%sm", color_code);
154 out << FormatString(fmt, args) << "\033[m";
/external/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc85 std::string FormatString(const char* msg, va_list args) { function in namespace:benchmark
113 std::string FormatString(const char* msg, ...) { function in namespace:benchmark
116 auto tmp = FormatString(msg, args);
153 if (color_code) out << FormatString("\033[0;3%sm", color_code);
154 out << FormatString(fmt, args) << "\033[m";
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp132 static void formatErrorString(StringRef FormatString, argument
135 while (!FormatString.empty()) {
136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
141 FormatString = Pieces.second.drop_front();
/external/clang/include/clang/Basic/
H A DDiagnostic.h606 /// \param FormatString A fixed diagnostic format string that will be hashed
609 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { argument
611 StringRef(FormatString, N - 1));
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2291 StringLiteral *FormatString = OSL->getString(); local
2292 if (S.FormatStringHasSArg(FormatString)) {
H A DSemaChecking.cpp27 #include "clang/Analysis/Analyses/FormatString.h"
1965 const StringLiteral *FormatString; local
1968 FormatString = OSL->getString();
1970 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts());
1971 if (!FormatString)
1973 if (S.FormatStringHasSArg(FormatString)) {
/external/ImageMagick/MagickCore/
H A Dmethods.h343 #define FormatString PrependMagickMethod(FormatString) macro

Completed in 381 milliseconds