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

#include <descriptor.h>

Public Member Functions

const stringname () const
 
const stringfull_name () const
 
int index () const
 
const ServiceDescriptorservice () const
 
const Descriptorinput_type () const
 
const Descriptoroutput_type () const
 
bool client_streaming () const
 
bool server_streaming () const
 
const MethodOptionsoptions () const
 
void CopyTo (MethodDescriptorProto *proto) const
 
string DebugString () const
 
string DebugStringWithOptions (const DebugStringOptions &options) const
 
bool GetSourceLocation (SourceLocation *out_location) const
 

Friends

class ::google::protobuf::io::Printer
 
class DescriptorBuilder
 
class ServiceDescriptor
 

Member Function Documentation

◆ client_streaming()

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

◆ CopyTo()

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

◆ DebugString()

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

◆ DebugStringWithOptions()

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

◆ full_name()

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

◆ GetSourceLocation()

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

◆ index()

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

◆ input_type()

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

◆ name()

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

◆ options()

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

◆ output_type()

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

◆ server_streaming()

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

◆ service()

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

Friends And Related Function Documentation

◆ ::google::protobuf::io::Printer

◆ DescriptorBuilder

friend class DescriptorBuilder
friend

◆ ServiceDescriptor

friend class ServiceDescriptor
friend

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