webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <google/protobuf/stubs/stringprintf.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <vector>
#include <google/protobuf/stubs/common.h>
Namespaces | |
google::protobuf | |
Enumerations | |
enum | { google::protobuf::IS_COMPILER_MSVC = 0 } |
Functions | |
void | google::protobuf::StringAppendV (string *dst, const char *format, va_list ap) |
string | google::protobuf::StringPrintf (const char *format,...) |
const string & | google::protobuf::SStringPrintf (string *dst, const char *format,...) |
void | google::protobuf::StringAppendF (string *dst, const char *format,...) |
string | google::protobuf::StringPrintfVector (const char *format, const vector< string > &v) |
Variables | |
const int | google::protobuf::kStringPrintfVectorMaxArgs = 32 |