Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
google::protobuf::MethodDescriptor Class Reference

#include <descriptor.h>

Public Types

typedef MethodDescriptorProto Proto
 
typedef MethodDescriptorProto Proto
 

Public Member Functions

bool client_streaming () const
 
bool client_streaming () const
 
void CopyTo (MethodDescriptorProto *proto) const
 
void CopyTo (MethodDescriptorProto *proto) const
 
std::string DebugString () const
 
std::string DebugString () const
 
std::string DebugStringWithOptions (const DebugStringOptions &options) const
 
std::string DebugStringWithOptions (const DebugStringOptions &options) const
 
const FileDescriptorfile () const
 
const FileDescriptorfile () const
 
const std::string & full_name () const
 
const std::string & full_name () const
 
bool GetSourceLocation (SourceLocation *out_location) const
 
bool GetSourceLocation (SourceLocation *out_location) const
 
int index () const
 
int index () const
 
const Descriptorinput_type () const
 
const Descriptorinput_type () const
 
const std::string & name () const
 
const std::string & name () const
 
const MethodOptionsoptions () const
 
const MethodOptionsoptions () const
 
const Descriptoroutput_type () const
 
const Descriptoroutput_type () const
 
bool server_streaming () const
 
bool server_streaming () const
 
const ServiceDescriptorservice () const
 
const ServiceDescriptorservice () const
 

Private Types

typedef MethodOptions OptionsType
 
typedef MethodOptions OptionsType
 

Private Member Functions

void DebugString (int depth, std::string *contents, const DebugStringOptions &options) const
 
void DebugString (int depth, std::string *contents, const DebugStringOptions &options) const
 
void GetLocationPath (std::vector< int > *output) const
 
void GetLocationPath (std::vector< int > *output) const
 
 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (MethodDescriptor)
 
 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (MethodDescriptor)
 
 MethodDescriptor ()
 
 MethodDescriptor ()
 

Private Attributes

const std::string * all_names_
 
bool client_streaming_
 
const std::string * full_name_
 
internal::LazyDescriptor input_type_
 
const std::string * name_
 
const MethodOptionsoptions_
 
internal::LazyDescriptor output_type_
 
bool server_streaming_
 
const ServiceDescriptorservice_
 

Friends

class compiler::cpp::Formatter
 
class DescriptorBuilder
 
class io::Printer
 
class ServiceDescriptor
 
class Symbol
 

Detailed Description

Definition at line 1234 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.

Member Typedef Documentation

◆ OptionsType [1/2]

◆ OptionsType [2/2]

Definition at line 1444 of file protobuf/src/google/protobuf/descriptor.h.

◆ Proto [1/2]

◆ Proto [2/2]

Definition at line 1396 of file protobuf/src/google/protobuf/descriptor.h.

Constructor & Destructor Documentation

◆ MethodDescriptor() [1/2]

google::protobuf::MethodDescriptor::MethodDescriptor ( )
inlineprivate

◆ MethodDescriptor() [2/2]

google::protobuf::MethodDescriptor::MethodDescriptor ( )
inlineprivate

Definition at line 1471 of file protobuf/src/google/protobuf/descriptor.h.

Member Function Documentation

◆ client_streaming() [1/2]

bool google::protobuf::MethodDescriptor::client_streaming ( ) const

◆ client_streaming() [2/2]

bool google::protobuf::MethodDescriptor::client_streaming ( ) const

◆ CopyTo() [1/2]

void google::protobuf::MethodDescriptor::CopyTo ( MethodDescriptorProto proto) const

◆ CopyTo() [2/2]

void google::protobuf::MethodDescriptor::CopyTo ( MethodDescriptorProto proto) const

◆ DebugString() [1/4]

std::string google::protobuf::MethodDescriptor::DebugString ( ) const

◆ DebugString() [2/4]

std::string google::protobuf::MethodDescriptor::DebugString ( ) const

◆ DebugString() [3/4]

void google::protobuf::MethodDescriptor::DebugString ( int  depth,
std::string *  contents,
const DebugStringOptions options 
) const
private

◆ DebugString() [4/4]

void google::protobuf::MethodDescriptor::DebugString ( int  depth,
std::string *  contents,
const DebugStringOptions options 
) const
private

◆ DebugStringWithOptions() [1/2]

std::string google::protobuf::MethodDescriptor::DebugStringWithOptions ( const DebugStringOptions options) const

◆ DebugStringWithOptions() [2/2]

std::string google::protobuf::MethodDescriptor::DebugStringWithOptions ( const DebugStringOptions options) const

◆ file() [1/2]

const FileDescriptor * google::protobuf::MethodDescriptor::file ( ) const
inline

◆ file() [2/2]

const FileDescriptor* google::protobuf::MethodDescriptor::file ( ) const

◆ full_name() [1/2]

const std::string& google::protobuf::MethodDescriptor::full_name ( ) const

◆ full_name() [2/2]

const std::string& google::protobuf::MethodDescriptor::full_name ( ) const

◆ GetLocationPath() [1/2]

void google::protobuf::MethodDescriptor::GetLocationPath ( std::vector< int > *  output) const
private

◆ GetLocationPath() [2/2]

void google::protobuf::MethodDescriptor::GetLocationPath ( std::vector< int > *  output) const
private

◆ GetSourceLocation() [1/2]

bool google::protobuf::MethodDescriptor::GetSourceLocation ( SourceLocation out_location) const

◆ GetSourceLocation() [2/2]

bool google::protobuf::MethodDescriptor::GetSourceLocation ( SourceLocation out_location) const

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]

google::protobuf::MethodDescriptor::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( MethodDescriptor  )
private

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]

google::protobuf::MethodDescriptor::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( MethodDescriptor  )
private

◆ index() [1/2]

int google::protobuf::MethodDescriptor::index ( ) const
inline

◆ index() [2/2]

int google::protobuf::MethodDescriptor::index ( ) const

◆ input_type() [1/2]

const Descriptor * google::protobuf::MethodDescriptor::input_type ( ) const

◆ input_type() [2/2]

const Descriptor* google::protobuf::MethodDescriptor::input_type ( ) const

◆ name() [1/2]

const std::string& google::protobuf::MethodDescriptor::name ( ) const

◆ name() [2/2]

const std::string& google::protobuf::MethodDescriptor::name ( ) const

◆ options() [1/2]

const MethodOptions& google::protobuf::MethodDescriptor::options ( ) const

◆ options() [2/2]

const MethodOptions& google::protobuf::MethodDescriptor::options ( ) const

◆ output_type() [1/2]

const Descriptor * google::protobuf::MethodDescriptor::output_type ( ) const

◆ output_type() [2/2]

const Descriptor* google::protobuf::MethodDescriptor::output_type ( ) const

◆ server_streaming() [1/2]

bool google::protobuf::MethodDescriptor::server_streaming ( ) const

◆ server_streaming() [2/2]

bool google::protobuf::MethodDescriptor::server_streaming ( ) const

◆ service() [1/2]

const ServiceDescriptor* google::protobuf::MethodDescriptor::service ( ) const

◆ service() [2/2]

const ServiceDescriptor* google::protobuf::MethodDescriptor::service ( ) const

Friends And Related Function Documentation

◆ compiler::cpp::Formatter

◆ DescriptorBuilder

◆ io::Printer

io::Printer
friend

◆ ServiceDescriptor

◆ Symbol

friend class Symbol
friend

Definition at line 1443 of file protobuf/src/google/protobuf/descriptor.h.

Member Data Documentation

◆ all_names_

const std::string* google::protobuf::MethodDescriptor::all_names_
private

Definition at line 1461 of file protobuf/src/google/protobuf/descriptor.h.

◆ client_streaming_

bool google::protobuf::MethodDescriptor::client_streaming_
private

◆ full_name_

const std::string* google::protobuf::MethodDescriptor::full_name_
private

◆ input_type_

internal::LazyDescriptor google::protobuf::MethodDescriptor::input_type_
mutableprivate

◆ name_

const std::string* google::protobuf::MethodDescriptor::name_
private

◆ options_

const MethodOptions * google::protobuf::MethodDescriptor::options_
private

◆ output_type_

internal::LazyDescriptor google::protobuf::MethodDescriptor::output_type_
mutableprivate

◆ server_streaming_

bool google::protobuf::MethodDescriptor::server_streaming_
private

◆ service_

const ServiceDescriptor * google::protobuf::MethodDescriptor::service_
private

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:20