#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 std::string & | google::protobuf::SStringPrintf (std::string *dst, const char *format,...) |
void | google::protobuf::StringAppendF (std::string *dst, const char *format,...) |
void | google::protobuf::StringAppendV (std::string *dst, const char *format, va_list ap) |
string | google::protobuf::StringPrintf (const char *format,...) |
std::string | google::protobuf::StringPrintfVector (const char *format, const std::vector< std::string > &v) |