#include <stdarg.h>#include <stdio.h>#include "util/strutil.h"
Go to the source code of this file.
Namespaces | |
| re2 | |
Functions | |
| std::string | re2::CEscape (const StringPiece &src) |
| static size_t | re2::CEscapeString (const char *src, size_t src_len, char *dest, size_t dest_len) |
| void | re2::PrefixSuccessor (std::string *prefix) |
| static void | re2::StringAppendV (std::string *dst, const char *format, va_list ap) |
| std::string | re2::StringPrintf (const char *format,...) |