#include <stdarg.h>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Functions | |
const string & | google::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::StringPrintf (const char *format,...) |
string | google::protobuf::StringPrintfVector (const char *format, const std::vector< string > &v) |