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

Test int32, uint32, int64, uint64, and bool are all compatible More...

Inheritance diagram for Google.Protobuf.TestProtos.Int32Message:

Public Member Functions

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

Public Attributes

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

Properties

static pb::MessageParser< Int32MessageParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
int Data [get, set]
 

Detailed Description

Test int32, uint32, int64, uint64, and bool are all compatible

Constructor & Destructor Documentation

◆ Int32Message() [1/2]

Google.Protobuf.TestProtos.Int32Message.Int32Message ( )
inline

◆ Int32Message() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ DataFieldNumber

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

Field number for the "data" field.

Property Documentation

◆ Data

int Google.Protobuf.TestProtos.Int32Message.Data
getset

◆ Descriptor

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

◆ Parser

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

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