webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Classes | Enumerations | Functions
google::protobuf::strings Namespace Reference

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 Utf8SafeCEscape (const string &src)
 
string CHexEscape (const string &src)
 
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)
 

Enumeration Type Documentation

◆ PadSpec

enum google::protobuf::strings::PadSpec
Enumerator
NO_PAD 
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 

Function Documentation

◆ CHexEscape()

LIBPROTOBUF_EXPORT string google::protobuf::strings::CHexEscape ( const string src)

◆ Substitute()

LIBPROTOBUF_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 
)

◆ SubstituteAndAppend()

LIBPROTOBUF_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 
)

◆ Utf8SafeCEscape()

LIBPROTOBUF_EXPORT string google::protobuf::strings::Utf8SafeCEscape ( const string src)