webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
google::protobuf::MethodDescriptorProto Class Reference

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::MethodDescriptorProto:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 MethodDescriptorProto ()
 
virtual ~MethodDescriptorProto ()
 
 MethodDescriptorProto (const MethodDescriptorProto &from)
 
MethodDescriptorProtooperator= (const MethodDescriptorProto &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (MethodDescriptorProto *other)
 
MethodDescriptorProtoNew () const
 
MethodDescriptorProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MethodDescriptorProto &from)
 
void MergeFrom (const MethodDescriptorProto &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_name () const
 
void clear_name ()
 
const ::std::stringname () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::stringmutable_name ()
 
::std::stringrelease_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_input_type () const
 
void clear_input_type ()
 
const ::std::stringinput_type () const
 
void set_input_type (const ::std::string &value)
 
void set_input_type (const char *value)
 
void set_input_type (const char *value, size_t size)
 
::std::stringmutable_input_type ()
 
::std::stringrelease_input_type ()
 
void set_allocated_input_type (::std::string *input_type)
 
bool has_output_type () const
 
void clear_output_type ()
 
const ::std::stringoutput_type () const
 
void set_output_type (const ::std::string &value)
 
void set_output_type (const char *value)
 
void set_output_type (const char *value, size_t size)
 
::std::stringmutable_output_type ()
 
::std::stringrelease_output_type ()
 
void set_allocated_output_type (::std::string *output_type)
 
bool has_options () const
 
void clear_options ()
 
const ::google::protobuf::MethodOptionsoptions () const
 
::google::protobuf::MethodOptionsmutable_options ()
 
::google::protobuf::MethodOptionsrelease_options ()
 
void set_allocated_options (::google::protobuf::MethodOptions *options)
 
bool has_client_streaming () const
 
void clear_client_streaming ()
 
bool client_streaming () const
 
void set_client_streaming (bool value)
 
bool has_server_streaming () const
 
void clear_server_streaming ()
 
bool server_streaming () const
 
void set_server_streaming (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual voidGetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptordescriptor ()
 
static const MethodDescriptorProtodefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kInputTypeFieldNumber = 2
 
static const int kOutputTypeFieldNumber = 3
 
static const int kOptionsFieldNumber = 4
 
static const int kClientStreamingFieldNumber = 5
 
static const int kServerStreamingFieldNumber = 6
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Constructor & Destructor Documentation

◆ MethodDescriptorProto() [1/2]

google::protobuf::MethodDescriptorProto::MethodDescriptorProto ( )

◆ ~MethodDescriptorProto()

google::protobuf::MethodDescriptorProto::~MethodDescriptorProto ( )
virtual

◆ MethodDescriptorProto() [2/2]

google::protobuf::MethodDescriptorProto::MethodDescriptorProto ( const MethodDescriptorProto from)

Member Function Documentation

◆ ByteSize()

int google::protobuf::MethodDescriptorProto::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void google::protobuf::MethodDescriptorProto::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

◆ clear_client_streaming()

void google::protobuf::MethodDescriptorProto::clear_client_streaming ( )
inline

◆ clear_input_type()

void google::protobuf::MethodDescriptorProto::clear_input_type ( )
inline

◆ clear_name()

void google::protobuf::MethodDescriptorProto::clear_name ( )
inline

◆ clear_options()

void google::protobuf::MethodDescriptorProto::clear_options ( )
inline

◆ clear_output_type()

void google::protobuf::MethodDescriptorProto::clear_output_type ( )
inline

◆ clear_server_streaming()

void google::protobuf::MethodDescriptorProto::clear_server_streaming ( )
inline

◆ client_streaming()

bool google::protobuf::MethodDescriptorProto::client_streaming ( ) const
inline

◆ CopyFrom() [1/2]

void google::protobuf::MethodDescriptorProto::CopyFrom ( const ::google::protobuf::Message from)

◆ CopyFrom() [2/2]

void google::protobuf::MethodDescriptorProto::CopyFrom ( const MethodDescriptorProto from)

◆ default_instance()

const MethodDescriptorProto & google::protobuf::MethodDescriptorProto::default_instance ( )
static

◆ descriptor()

const ::google::protobuf::Descriptor * google::protobuf::MethodDescriptorProto::descriptor ( )
static

◆ GetCachedSize()

int google::protobuf::MethodDescriptorProto::GetCachedSize ( ) const
inlinevirtual

◆ GetMetadata()

google::protobuf::Metadata google::protobuf::MethodDescriptorProto::GetMetadata ( ) const
virtual

◆ has_client_streaming()

bool google::protobuf::MethodDescriptorProto::has_client_streaming ( ) const
inline

◆ has_input_type()

bool google::protobuf::MethodDescriptorProto::has_input_type ( ) const
inline

◆ has_name()

bool google::protobuf::MethodDescriptorProto::has_name ( ) const
inline

◆ has_options()

bool google::protobuf::MethodDescriptorProto::has_options ( ) const
inline

◆ has_output_type()

bool google::protobuf::MethodDescriptorProto::has_output_type ( ) const
inline

◆ has_server_streaming()

bool google::protobuf::MethodDescriptorProto::has_server_streaming ( ) const
inline

◆ input_type()

const ::std::string & google::protobuf::MethodDescriptorProto::input_type ( ) const
inline

◆ IsInitialized()

bool google::protobuf::MethodDescriptorProto::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void google::protobuf::MethodDescriptorProto::MergeFrom ( const ::google::protobuf::Message from)

◆ MergeFrom() [2/2]

void google::protobuf::MethodDescriptorProto::MergeFrom ( const MethodDescriptorProto from)

◆ MergePartialFromCodedStream()

bool google::protobuf::MethodDescriptorProto::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)

◆ mutable_input_type()

std::string * google::protobuf::MethodDescriptorProto::mutable_input_type ( )
inline

◆ mutable_name()

std::string * google::protobuf::MethodDescriptorProto::mutable_name ( )
inline

◆ mutable_options()

google::protobuf::MethodOptions * google::protobuf::MethodDescriptorProto::mutable_options ( )
inline

◆ mutable_output_type()

std::string * google::protobuf::MethodDescriptorProto::mutable_output_type ( )
inline

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* google::protobuf::MethodDescriptorProto::mutable_unknown_fields ( )
inline

◆ name()

const ::std::string & google::protobuf::MethodDescriptorProto::name ( ) const
inline

◆ New() [1/2]

MethodDescriptorProto* google::protobuf::MethodDescriptorProto::New ( ) const
inlinevirtual

◆ New() [2/2]

MethodDescriptorProto * google::protobuf::MethodDescriptorProto::New ( ::google::protobuf::Arena arena) const
virtual

Reimplemented from google::protobuf::Message.

◆ operator=()

MethodDescriptorProto& google::protobuf::MethodDescriptorProto::operator= ( const MethodDescriptorProto from)
inline

◆ options()

const ::google::protobuf::MethodOptions & google::protobuf::MethodDescriptorProto::options ( ) const
inline

◆ output_type()

const ::std::string & google::protobuf::MethodDescriptorProto::output_type ( ) const
inline

◆ release_input_type()

std::string * google::protobuf::MethodDescriptorProto::release_input_type ( )
inline

◆ release_name()

std::string * google::protobuf::MethodDescriptorProto::release_name ( )
inline

◆ release_options()

google::protobuf::MethodOptions * google::protobuf::MethodDescriptorProto::release_options ( )
inline

◆ release_output_type()

std::string * google::protobuf::MethodDescriptorProto::release_output_type ( )
inline

◆ SerializeWithCachedSizes()

void google::protobuf::MethodDescriptorProto::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const

◆ SerializeWithCachedSizesToArray()

google::protobuf::uint8 * google::protobuf::MethodDescriptorProto::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

◆ server_streaming()

bool google::protobuf::MethodDescriptorProto::server_streaming ( ) const
inline

◆ set_allocated_input_type()

void google::protobuf::MethodDescriptorProto::set_allocated_input_type ( ::std::string input_type)
inline

◆ set_allocated_name()

void google::protobuf::MethodDescriptorProto::set_allocated_name ( ::std::string name)
inline

◆ set_allocated_options()

void google::protobuf::MethodDescriptorProto::set_allocated_options ( ::google::protobuf::MethodOptions options)
inline

◆ set_allocated_output_type()

void google::protobuf::MethodDescriptorProto::set_allocated_output_type ( ::std::string output_type)
inline

◆ set_client_streaming()

void google::protobuf::MethodDescriptorProto::set_client_streaming ( bool  value)
inline

◆ set_input_type() [1/3]

void google::protobuf::MethodDescriptorProto::set_input_type ( const ::std::string value)
inline

◆ set_input_type() [2/3]

void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value)
inline

◆ set_input_type() [3/3]

void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value,
size_t  size 
)
inline

◆ set_name() [1/3]

void google::protobuf::MethodDescriptorProto::set_name ( const ::std::string value)
inline

◆ set_name() [2/3]

void google::protobuf::MethodDescriptorProto::set_name ( const char *  value)
inline

◆ set_name() [3/3]

void google::protobuf::MethodDescriptorProto::set_name ( const char *  value,
size_t  size 
)
inline

◆ set_output_type() [1/3]

void google::protobuf::MethodDescriptorProto::set_output_type ( const ::std::string value)
inline

◆ set_output_type() [2/3]

void google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value)
inline

◆ set_output_type() [3/3]

void google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value,
size_t  size 
)
inline

◆ set_server_streaming()

void google::protobuf::MethodDescriptorProto::set_server_streaming ( bool  value)
inline

◆ Swap()

void google::protobuf::MethodDescriptorProto::Swap ( MethodDescriptorProto other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::MethodDescriptorProto::unknown_fields ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

◆ kClientStreamingFieldNumber

const int google::protobuf::MethodDescriptorProto::kClientStreamingFieldNumber = 5
static

◆ kInputTypeFieldNumber

const int google::protobuf::MethodDescriptorProto::kInputTypeFieldNumber = 2
static

◆ kNameFieldNumber

const int google::protobuf::MethodDescriptorProto::kNameFieldNumber = 1
static

◆ kOptionsFieldNumber

const int google::protobuf::MethodDescriptorProto::kOptionsFieldNumber = 4
static

◆ kOutputTypeFieldNumber

const int google::protobuf::MethodDescriptorProto::kOutputTypeFieldNumber = 3
static

◆ kServerStreamingFieldNumber

const int google::protobuf::MethodDescriptorProto::kServerStreamingFieldNumber = 6
static

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