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

#include <api.pb.h>

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

Public Member Functions

 Method ()
 
virtual ~Method ()
 
 Method (const Method &from)
 
Methodoperator= (const Method &from)
 
void Swap (Method *other)
 
MethodNew () const
 
MethodNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Method &from)
 
void MergeFrom (const Method &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
 
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)
 
void clear_request_type_url ()
 
const ::std::stringrequest_type_url () const
 
void set_request_type_url (const ::std::string &value)
 
void set_request_type_url (const char *value)
 
void set_request_type_url (const char *value, size_t size)
 
::std::stringmutable_request_type_url ()
 
::std::stringrelease_request_type_url ()
 
void set_allocated_request_type_url (::std::string *request_type_url)
 
void clear_request_streaming ()
 
bool request_streaming () const
 
void set_request_streaming (bool value)
 
void clear_response_type_url ()
 
const ::std::stringresponse_type_url () const
 
void set_response_type_url (const ::std::string &value)
 
void set_response_type_url (const char *value)
 
void set_response_type_url (const char *value, size_t size)
 
::std::stringmutable_response_type_url ()
 
::std::stringrelease_response_type_url ()
 
void set_allocated_response_type_url (::std::string *response_type_url)
 
void clear_response_streaming ()
 
bool response_streaming () const
 
void set_response_streaming (bool value)
 
int options_size () const
 
void clear_options ()
 
const ::google::protobuf::Optionoptions (int index) const
 
::google::protobuf::Optionmutable_options (int index)
 
::google::protobuf::Optionadd_options ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > * mutable_options ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > & options () const
 
void clear_syntax ()
 
::google::protobuf::Syntax syntax () const
 
void set_syntax (::google::protobuf::Syntax 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 Methoddefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kRequestTypeUrlFieldNumber = 2
 
static const int kRequestStreamingFieldNumber = 3
 
static const int kResponseTypeUrlFieldNumber = 4
 
static const int kResponseStreamingFieldNumber = 5
 
static const int kOptionsFieldNumber = 6
 
static const int kSyntaxFieldNumber = 7
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fapi_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Method() [1/2]

google::protobuf::Method::Method ( )

◆ ~Method()

google::protobuf::Method::~Method ( )
virtual

◆ Method() [2/2]

google::protobuf::Method::Method ( const Method from)

Member Function Documentation

◆ add_options()

google::protobuf::Option * google::protobuf::Method::add_options ( )
inline

◆ ByteSize()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_name()

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

◆ clear_options()

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

◆ clear_request_streaming()

void google::protobuf::Method::clear_request_streaming ( )
inline

◆ clear_request_type_url()

void google::protobuf::Method::clear_request_type_url ( )
inline

◆ clear_response_streaming()

void google::protobuf::Method::clear_response_streaming ( )
inline

◆ clear_response_type_url()

void google::protobuf::Method::clear_response_type_url ( )
inline

◆ clear_syntax()

void google::protobuf::Method::clear_syntax ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_name()

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

◆ mutable_options() [1/2]

google::protobuf::Option * google::protobuf::Method::mutable_options ( int  index)
inline

◆ mutable_options() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::Option > * google::protobuf::Method::mutable_options ( )
inline

◆ mutable_request_type_url()

std::string * google::protobuf::Method::mutable_request_type_url ( )
inline

◆ mutable_response_type_url()

std::string * google::protobuf::Method::mutable_response_type_url ( )
inline

◆ name()

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

◆ New() [1/2]

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

◆ operator=()

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

◆ options() [1/2]

const ::google::protobuf::Option & google::protobuf::Method::options ( int  index) const
inline

◆ options() [2/2]

const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option > & google::protobuf::Method::options ( ) const
inline

◆ options_size()

int google::protobuf::Method::options_size ( ) const
inline

◆ release_name()

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

◆ release_request_type_url()

std::string * google::protobuf::Method::release_request_type_url ( )
inline

◆ release_response_type_url()

std::string * google::protobuf::Method::release_response_type_url ( )
inline

◆ request_streaming()

bool google::protobuf::Method::request_streaming ( ) const
inline

◆ request_type_url()

const ::std::string & google::protobuf::Method::request_type_url ( ) const
inline

◆ response_streaming()

bool google::protobuf::Method::response_streaming ( ) const
inline

◆ response_type_url()

const ::std::string & google::protobuf::Method::response_type_url ( ) const
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_name()

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

◆ set_allocated_request_type_url()

void google::protobuf::Method::set_allocated_request_type_url ( ::std::string request_type_url)
inline

◆ set_allocated_response_type_url()

void google::protobuf::Method::set_allocated_response_type_url ( ::std::string response_type_url)
inline

◆ set_name() [1/3]

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

◆ set_name() [2/3]

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

◆ set_name() [3/3]

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

◆ set_request_streaming()

void google::protobuf::Method::set_request_streaming ( bool  value)
inline

◆ set_request_type_url() [1/3]

void google::protobuf::Method::set_request_type_url ( const ::std::string value)
inline

◆ set_request_type_url() [2/3]

void google::protobuf::Method::set_request_type_url ( const char *  value)
inline

◆ set_request_type_url() [3/3]

void google::protobuf::Method::set_request_type_url ( const char *  value,
size_t  size 
)
inline

◆ set_response_streaming()

void google::protobuf::Method::set_response_streaming ( bool  value)
inline

◆ set_response_type_url() [1/3]

void google::protobuf::Method::set_response_type_url ( const ::std::string value)
inline

◆ set_response_type_url() [2/3]

void google::protobuf::Method::set_response_type_url ( const char *  value)
inline

◆ set_response_type_url() [3/3]

void google::protobuf::Method::set_response_type_url ( const char *  value,
size_t  size 
)
inline

◆ set_syntax()

void google::protobuf::Method::set_syntax ( ::google::protobuf::Syntax  value)
inline

◆ Swap()

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

◆ syntax()

google::protobuf::Syntax google::protobuf::Method::syntax ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fapi_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fapi_2eproto ( )
friend

Member Data Documentation

◆ kNameFieldNumber

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

◆ kOptionsFieldNumber

const int google::protobuf::Method::kOptionsFieldNumber = 6
static

◆ kRequestStreamingFieldNumber

const int google::protobuf::Method::kRequestStreamingFieldNumber = 3
static

◆ kRequestTypeUrlFieldNumber

const int google::protobuf::Method::kRequestTypeUrlFieldNumber = 2
static

◆ kResponseStreamingFieldNumber

const int google::protobuf::Method::kResponseStreamingFieldNumber = 5
static

◆ kResponseTypeUrlFieldNumber

const int google::protobuf::Method::kResponseTypeUrlFieldNumber = 4
static

◆ kSyntaxFieldNumber

const int google::protobuf::Method::kSyntaxFieldNumber = 7
static

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