Home
last modified time | relevance | path

Searched defs:FormatString (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc85 std::string FormatString(const char* msg, va_list args) { in FormatString() function
113 std::string FormatString(const char* msg, ...) { in FormatString() function
/external/google-benchmark/src/
Dcolorprint.cc85 std::string FormatString(const char* msg, va_list args) { in FormatString() function
113 std::string FormatString(const char* msg, ...) { in FormatString() function
/external/libchrome/dbus/
Ddbus_statistics.h28 enum FormatString { enum
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp132 static void formatErrorString(StringRef FormatString, in formatErrorString()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp311 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID()
/external/fmtlib/test/
Dformat-test.cc1359 TEST(FormatterTest, FormatString) { in TEST() argument
/external/clang/lib/Sema/
DSemaExprObjC.cpp2291 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local
DSemaChecking.cpp1965 const StringLiteral *FormatString; in DiagnoseCStringFormatDirectiveInCFAPI() local
/external/ImageMagick/MagickCore/
Dmethods.h343 #define FormatString PrependMagickMethod(FormatString) macro