#include <google/protobuf/stubs/stringprintf.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
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) |
Variables | |
static const char | google::protobuf::string_printf_empty_block [256] = { '\0' } |