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

Public Member Functions

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

Public Attributes

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

Properties

static pb::MessageParser< OneBytesParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pb::ByteString Data [get, set]
 

Constructor & Destructor Documentation

◆ OneBytes() [1/2]

Google.Protobuf.TestProtos.OneBytes.OneBytes ( )
inline

◆ OneBytes() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ DataFieldNumber

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

Field number for the "data" field.

Property Documentation

◆ Data

pb.ByteString Google.Protobuf.TestProtos.OneBytes.Data
getset

◆ Descriptor

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

◆ Parser

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

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