Namespaces | |
internal | |
Classes | |
struct | AlphaNum |
class | ArrayByteSource |
class | ByteSink |
class | ByteSource |
class | CheckedArrayByteSink |
class | GrowingArrayByteSink |
struct | Hex |
class | LimitByteSource |
class | NullByteSink |
class | StringByteSink |
class | UncheckedArrayByteSink |
Enumerations | |
enum | PadSpec { NO_PAD = 1, ZERO_PAD_2, ZERO_PAD_3, ZERO_PAD_4, ZERO_PAD_5, ZERO_PAD_6, ZERO_PAD_7, ZERO_PAD_8, ZERO_PAD_9, ZERO_PAD_10, ZERO_PAD_11, ZERO_PAD_12, ZERO_PAD_13, ZERO_PAD_14, ZERO_PAD_15, ZERO_PAD_16 } |
Functions | |
string | CHexEscape (const string &src) |
static int | CountSubstituteArgs (const SubstituteArg *const *args_array) |
bool | EndsWith (StringPiece text, StringPiece suffix) |
string | Substitute (const char *format, const SubstituteArg &arg0, const SubstituteArg &arg1, const SubstituteArg &arg2, const SubstituteArg &arg3, const SubstituteArg &arg4, const SubstituteArg &arg5, const SubstituteArg &arg6, const SubstituteArg &arg7, const SubstituteArg &arg8, const SubstituteArg &arg9) |
void | SubstituteAndAppend (string *output, const char *format, const SubstituteArg &arg0, const SubstituteArg &arg1, const SubstituteArg &arg2, const SubstituteArg &arg3, const SubstituteArg &arg4, const SubstituteArg &arg5, const SubstituteArg &arg6, const SubstituteArg &arg7, const SubstituteArg &arg8, const SubstituteArg &arg9) |
string | Utf8SafeCEscape (const string &src) |
enum google::protobuf::strings::PadSpec |
Definition at line 632 of file strutil.cc.
|
static |
Definition at line 47 of file substitute.cc.
|
inline |
PROTOBUF_EXPORT string google::protobuf::strings::Substitute | ( | const char * | format, |
const SubstituteArg & | arg0, | ||
const SubstituteArg & | arg1, | ||
const SubstituteArg & | arg2, | ||
const SubstituteArg & | arg3, | ||
const SubstituteArg & | arg4, | ||
const SubstituteArg & | arg5, | ||
const SubstituteArg & | arg6, | ||
const SubstituteArg & | arg7, | ||
const SubstituteArg & | arg8, | ||
const SubstituteArg & | arg9 | ||
) |
Definition at line 55 of file substitute.cc.
PROTOBUF_EXPORT void google::protobuf::strings::SubstituteAndAppend | ( | string * | output, |
const char * | format, | ||
const SubstituteArg & | arg0, | ||
const SubstituteArg & | arg1, | ||
const SubstituteArg & | arg2, | ||
const SubstituteArg & | arg3, | ||
const SubstituteArg & | arg4, | ||
const SubstituteArg & | arg5, | ||
const SubstituteArg & | arg6, | ||
const SubstituteArg & | arg7, | ||
const SubstituteArg & | arg8, | ||
const SubstituteArg & | arg9 | ||
) |
Definition at line 68 of file substitute.cc.
Definition at line 623 of file strutil.cc.