Home
last modified time | relevance | path

Searched refs:apply_format_string (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkString.cpp30 static StringBuffer apply_format_string(const char* format, va_list args, char (&stackBuffer)[SIZE], in apply_format_string() function
529 StringBuffer result = apply_format_string(format, args, stackBuffer, this); in printVAList()
551 StringBuffer result = apply_format_string(format, args, stackBuffer, &overflow); in appendVAList()
571 StringBuffer result = apply_format_string(format, args, stackBuffer, &overflow); in prependVAList()