Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
compiler::Version Class Reference

#include <plugin.pb.h>

Inheritance diagram for compiler::Version:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kSuffixFieldNumber = 4, kMajorFieldNumber = 1, kMinorFieldNumber = 2, kPatchFieldNumber = 3 }
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_major ()
 
void clear_minor ()
 
void clear_patch ()
 
void clear_suffix ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Version &from)
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_major () const
 
bool has_minor () const
 
bool has_patch () const
 
bool has_suffix () const
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
::PROTOBUF_NAMESPACE_ID::int32 major () const
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const Version &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::int32 minor () const
 
std::stringmutable_suffix ()
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
VersionNew () const final
 
VersionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Versionoperator= (const Version &from)
 
Versionoperator= (Version &&from) noexcept
 
::PROTOBUF_NAMESPACE_ID::int32 patch () const
 
std::stringrelease_suffix ()
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_suffix (std::string *suffix)
 
void set_major (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_minor (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_patch (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_suffix (const char *value)
 
void set_suffix (const char *value, size_t size)
 
void set_suffix (const std::string &value)
 
void set_suffix (std::string &&value)
 
const std::stringsuffix () const
 
void Swap (Version *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
 Version ()
 
 Version (const Version &from)
 
 Version (Version &&from) noexcept
 
virtual ~Version ()
 

Static Public Member Functions

static const Versiondefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const Versioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (Version *other)
 
voidMaybeArenaPtr () const
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::int32 major_
 
::PROTOBUF_NAMESPACE_ID::int32 minor_
 
::PROTOBUF_NAMESPACE_ID::int32 patch_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr suffix_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto
 
void swap (Version &a, Version &b)
 

Detailed Description

Definition at line 91 of file plugin.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSuffixFieldNumber 
kMajorFieldNumber 
kMinorFieldNumber 
kPatchFieldNumber 

Definition at line 210 of file plugin.pb.h.

Constructor & Destructor Documentation

◆ Version() [1/3]

compiler::Version::Version ( )

Definition at line 228 of file plugin.pb.cc.

◆ ~Version()

compiler::Version::~Version ( )
virtual

Definition at line 256 of file plugin.pb.cc.

◆ Version() [2/3]

compiler::Version::Version ( const Version from)

Definition at line 233 of file plugin.pb.cc.

◆ Version() [3/3]

compiler::Version::Version ( Version &&  from)
inlinenoexcept

Definition at line 98 of file plugin.pb.h.

Member Function Documentation

◆ ByteSizeLong()

size_t compiler::Version::ByteSizeLong ( ) const
final

Definition at line 519 of file plugin.pb.cc.

◆ Clear()

void compiler::Version::Clear ( )
final

Definition at line 274 of file plugin.pb.cc.

◆ clear_major()

void compiler::Version::clear_major ( )
inline

Definition at line 797 of file plugin.pb.h.

◆ clear_minor()

void compiler::Version::clear_minor ( )
inline

Definition at line 815 of file plugin.pb.h.

◆ clear_patch()

void compiler::Version::clear_patch ( )
inline

Definition at line 833 of file plugin.pb.h.

◆ clear_suffix()

void compiler::Version::clear_suffix ( )
inline

Definition at line 851 of file plugin.pb.h.

◆ CopyFrom() [1/2]

void compiler::Version::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 609 of file plugin.pb.cc.

◆ CopyFrom() [2/2]

void compiler::Version::CopyFrom ( const Version from)

Definition at line 616 of file plugin.pb.cc.

◆ default_instance()

const Version & compiler::Version::default_instance ( )
static

Definition at line 268 of file plugin.pb.cc.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::Version::descriptor ( )
inlinestatic

Definition at line 123 of file plugin.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece compiler::Version::FullMessageName ( )
inlinestaticprivate

Definition at line 185 of file plugin.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* compiler::Version::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 189 of file plugin.pb.h.

◆ GetCachedSize()

int compiler::Version::GetCachedSize ( ) const
inlinefinal

Definition at line 177 of file plugin.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::Version::GetDescriptor ( )
inlinestatic

Definition at line 126 of file plugin.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata compiler::Version::GetMetadata ( ) const
final

Definition at line 638 of file plugin.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata compiler::Version::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 199 of file plugin.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* compiler::Version::GetReflection ( )
inlinestatic

Definition at line 129 of file plugin.pb.h.

◆ has_major()

bool compiler::Version::has_major ( ) const
inline

Definition at line 794 of file plugin.pb.h.

◆ has_minor()

bool compiler::Version::has_minor ( ) const
inline

Definition at line 812 of file plugin.pb.h.

◆ has_patch()

bool compiler::Version::has_patch ( ) const
inline

Definition at line 830 of file plugin.pb.h.

◆ has_suffix()

bool compiler::Version::has_suffix ( ) const
inline

Definition at line 848 of file plugin.pb.h.

◆ InitAsDefaultInstance()

void compiler::Version::InitAsDefaultInstance ( )
static

Definition at line 209 of file plugin.pb.cc.

◆ internal_default_instance()

static const Version* compiler::Version::internal_default_instance ( )
inlinestatic

Definition at line 135 of file plugin.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * compiler::Version::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 478 of file plugin.pb.cc.

◆ InternalSwap()

void compiler::Version::InternalSwap ( Version other)
private

Definition at line 627 of file plugin.pb.cc.

◆ IsInitialized()

bool compiler::Version::IsInitialized ( ) const
final

Definition at line 623 of file plugin.pb.cc.

◆ major()

PROTOBUF_NAMESPACE_ID::int32 compiler::Version::major ( ) const
inline

Definition at line 801 of file plugin.pb.h.

◆ MaybeArenaPtr()

void* compiler::Version::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 192 of file plugin.pb.h.

◆ MergeFrom() [1/2]

void compiler::Version::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 568 of file plugin.pb.cc.

◆ MergeFrom() [2/2]

void compiler::Version::MergeFrom ( const Version from)

Definition at line 583 of file plugin.pb.cc.

◆ MergePartialFromCodedStream()

bool compiler::Version::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 354 of file plugin.pb.cc.

◆ minor()

PROTOBUF_NAMESPACE_ID::int32 compiler::Version::minor ( ) const
inline

Definition at line 819 of file plugin.pb.h.

◆ mutable_suffix()

std::string * compiler::Version::mutable_suffix ( )
inline

Definition at line 882 of file plugin.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* compiler::Version::mutable_unknown_fields ( )
inline

Definition at line 119 of file plugin.pb.h.

◆ New() [1/2]

Version* compiler::Version::New ( ) const
inlinefinal

Definition at line 152 of file plugin.pb.h.

◆ New() [2/2]

Version* compiler::Version::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 156 of file plugin.pb.h.

◆ operator=() [1/2]

Version& compiler::Version::operator= ( const Version from)
inline

Definition at line 103 of file plugin.pb.h.

◆ operator=() [2/2]

Version& compiler::Version::operator= ( Version &&  from)
inlinenoexcept

Definition at line 107 of file plugin.pb.h.

◆ patch()

PROTOBUF_NAMESPACE_ID::int32 compiler::Version::patch ( ) const
inline

Definition at line 837 of file plugin.pb.h.

◆ release_suffix()

std::string * compiler::Version::release_suffix ( )
inline

Definition at line 887 of file plugin.pb.h.

◆ SerializeWithCachedSizes()

void compiler::Version::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 439 of file plugin.pb.cc.

◆ set_allocated_suffix()

void compiler::Version::set_allocated_suffix ( std::string suffix)
inline

Definition at line 895 of file plugin.pb.h.

◆ set_major()

void compiler::Version::set_major ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

Definition at line 805 of file plugin.pb.h.

◆ set_minor()

void compiler::Version::set_minor ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

Definition at line 823 of file plugin.pb.h.

◆ set_patch()

void compiler::Version::set_patch ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

Definition at line 841 of file plugin.pb.h.

◆ set_suffix() [1/4]

void compiler::Version::set_suffix ( const char *  value)
inline

Definition at line 870 of file plugin.pb.h.

◆ set_suffix() [2/4]

void compiler::Version::set_suffix ( const char *  value,
size_t  size 
)
inline

Definition at line 876 of file plugin.pb.h.

◆ set_suffix() [3/4]

void compiler::Version::set_suffix ( const std::string value)
inline

Definition at line 859 of file plugin.pb.h.

◆ set_suffix() [4/4]

void compiler::Version::set_suffix ( std::string &&  value)
inline

Definition at line 864 of file plugin.pb.h.

◆ SetCachedSize()

void compiler::Version::SetCachedSize ( int  size) const
finalprivate

Definition at line 265 of file plugin.pb.cc.

◆ SharedCtor()

void compiler::Version::SharedCtor ( )
inlineprivate

Definition at line 248 of file plugin.pb.cc.

◆ SharedDtor()

void compiler::Version::SharedDtor ( )
inlineprivate

Definition at line 261 of file plugin.pb.cc.

◆ suffix()

const std::string & compiler::Version::suffix ( ) const
inline

Definition at line 855 of file plugin.pb.h.

◆ Swap()

void compiler::Version::Swap ( Version other)
inline

Definition at line 145 of file plugin.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& compiler::Version::unknown_fields ( ) const
inline

Definition at line 116 of file plugin.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 184 of file plugin.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto

Definition at line 257 of file plugin.pb.h.

◆ swap

void swap ( Version a,
Version b 
)
friend

Definition at line 142 of file plugin.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize compiler::Version::_cached_size_
private

Definition at line 252 of file plugin.pb.h.

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> compiler::Version::_has_bits_
private

Definition at line 251 of file plugin.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena compiler::Version::_internal_metadata_
private

Definition at line 248 of file plugin.pb.h.

◆ kIndexInFileMessages

constexpr int compiler::Version::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 139 of file plugin.pb.h.

◆ major_

::PROTOBUF_NAMESPACE_ID::int32 compiler::Version::major_
private

Definition at line 254 of file plugin.pb.h.

◆ minor_

::PROTOBUF_NAMESPACE_ID::int32 compiler::Version::minor_
private

Definition at line 255 of file plugin.pb.h.

◆ patch_

::PROTOBUF_NAMESPACE_ID::int32 compiler::Version::patch_
private

Definition at line 256 of file plugin.pb.h.

◆ suffix_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr compiler::Version::suffix_
private

Definition at line 253 of file plugin.pb.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05