webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Properties | List of all members
Google.Protobuf.TestProtos.OneString Class Reference

Test String and Bytes: string is for valid UTF-8 strings More...

Inheritance diagram for Google.Protobuf.TestProtos.OneString:

Public Member Functions

 OneString ()
 
 OneString (OneString other)
 
OneString Clone ()
 
override bool Equals (object other)
 
bool Equals (OneString other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (OneString other)
 
void MergeFrom (pb::CodedInputStream input)
 

Public Attributes

const int DataFieldNumber = 1
 Field number for the "data" field. More...
 

Properties

static pb::MessageParser< OneStringParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
string Data [get, set]
 

Detailed Description

Test String and Bytes: string is for valid UTF-8 strings

Constructor & Destructor Documentation

◆ OneString() [1/2]

Google.Protobuf.TestProtos.OneString.OneString ( )
inline

◆ OneString() [2/2]

Google.Protobuf.TestProtos.OneString.OneString ( OneString  other)
inline

Member Function Documentation

◆ CalculateSize()

int Google.Protobuf.TestProtos.OneString.CalculateSize ( )
inline

◆ Clone()

OneString Google.Protobuf.TestProtos.OneString.Clone ( )
inline

◆ Equals() [1/2]

override bool Google.Protobuf.TestProtos.OneString.Equals ( object  other)
inline

◆ Equals() [2/2]

bool Google.Protobuf.TestProtos.OneString.Equals ( OneString  other)
inline

◆ GetHashCode()

override int Google.Protobuf.TestProtos.OneString.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void Google.Protobuf.TestProtos.OneString.MergeFrom ( OneString  other)
inline

◆ MergeFrom() [2/2]

void Google.Protobuf.TestProtos.OneString.MergeFrom ( pb::CodedInputStream  input)
inline

◆ ToString()

override string Google.Protobuf.TestProtos.OneString.ToString ( )
inline

◆ WriteTo()

void Google.Protobuf.TestProtos.OneString.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ DataFieldNumber

const int Google.Protobuf.TestProtos.OneString.DataFieldNumber = 1

Field number for the "data" field.

Property Documentation

◆ Data

string Google.Protobuf.TestProtos.OneString.Data
getset

◆ Descriptor

pbr.MessageDescriptor Google.Protobuf.TestProtos.OneString.Descriptor
staticget

◆ Parser

pb.MessageParser<OneString> Google.Protobuf.TestProtos.OneString.Parser
staticget

The documentation for this class was generated from the following file: