webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
stringprintf.h File Reference
#include <stdarg.h>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 

Functions

string google::protobuf::StringPrintf (const char *format,...)
 
const stringgoogle::protobuf::SStringPrintf (string *dst, const char *format,...)
 
void google::protobuf::StringAppendF (string *dst, const char *format,...)
 
void google::protobuf::StringAppendV (string *dst, const char *format, va_list ap)
 
string google::protobuf::StringPrintfVector (const char *format, const vector< string > &v)