Goby3 3.4.0
2026.04.13
Loading...
Searching...
No Matches
goby::test::middleware::protobuf::LargeMessage Class Referencefinal

#include <goby/test/middleware/middleware_interprocess_forwarder/test.pb.h>

Inheritance diagram for goby::test::middleware::protobuf::LargeMessage:

Public Types

enum  : int { kPayloadFieldNumber = 2 , kIndexFieldNumber = 1 }
 

Public Member Functions

 LargeMessage ()
 
 ~LargeMessage () override
 
PROTOBUF_CONSTEXPR LargeMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LargeMessage (const LargeMessage &from)
 
 LargeMessage (LargeMessage &&from) noexcept
 
LargeMessageoperator= (const LargeMessage &from)
 
LargeMessageoperator= (LargeMessage &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LargeMessage *other)
 
void UnsafeArenaSwap (LargeMessage *other)
 
LargeMessageNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const LargeMessage &from)
 
void MergeFrom (const LargeMessage &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_payload () const
 
void clear_payload ()
 
const std::string & payload () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_payload (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_payload ()
 
PROTOBUF_NODISCARD std::string * release_payload ()
 
void set_allocated_payload (std::string *payload)
 
bool has_index () const
 
void clear_index ()
 
int32_t index () const
 
void set_index (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_payload (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const LargeMessagedefault_instance ()
 
static const LargeMessageinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LargeMessage (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2ftest_2fmiddleware_2fmiddleware_5finterprocess_5fforwarder_2ftest_2eproto
 
void swap (LargeMessage &a, LargeMessage &b)
 

Detailed Description

Definition at line 400 of file test.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPayloadFieldNumber 
kIndexFieldNumber 

Definition at line 527 of file test.pb.h.

Constructor & Destructor Documentation

◆ LargeMessage() [1/5]

goby::test::middleware::protobuf::LargeMessage::LargeMessage ( )
inline

Definition at line 403 of file test.pb.h.

◆ ~LargeMessage()

goby::test::middleware::protobuf::LargeMessage::~LargeMessage ( )
override

◆ LargeMessage() [2/5]

PROTOBUF_CONSTEXPR goby::test::middleware::protobuf::LargeMessage::LargeMessage ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ LargeMessage() [3/5]

goby::test::middleware::protobuf::LargeMessage::LargeMessage ( const LargeMessage from)

◆ LargeMessage() [4/5]

goby::test::middleware::protobuf::LargeMessage::LargeMessage ( LargeMessage &&  from)
inlinenoexcept

Definition at line 408 of file test.pb.h.

◆ LargeMessage() [5/5]

goby::test::middleware::protobuf::LargeMessage::LargeMessage ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::test::middleware::protobuf::LargeMessage::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::test::middleware::protobuf::LargeMessage::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::test::middleware::protobuf::LargeMessage::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::middleware::protobuf::LargeMessage::Clear ( )
final

◆ clear_index()

void goby::test::middleware::protobuf::LargeMessage::clear_index ( )
inline

Definition at line 661 of file test.pb.h.

◆ clear_payload()

void goby::test::middleware::protobuf::LargeMessage::clear_payload ( )
inline

Definition at line 689 of file test.pb.h.

◆ CopyFrom()

void goby::test::middleware::protobuf::LargeMessage::CopyFrom ( const LargeMessage from)

◆ default_instance()

static const LargeMessage & goby::test::middleware::protobuf::LargeMessage::default_instance ( )
inlinestatic

Definition at line 447 of file test.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::middleware::protobuf::LargeMessage::descriptor ( )
inlinestatic

Definition at line 438 of file test.pb.h.

◆ GetCachedSize()

int goby::test::middleware::protobuf::LargeMessage::GetCachedSize ( ) const
inlinefinal

Definition at line 500 of file test.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::middleware::protobuf::LargeMessage::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::middleware::protobuf::LargeMessage::GetDescriptor ( )
inlinestatic

Definition at line 441 of file test.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::middleware::protobuf::LargeMessage::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::middleware::protobuf::LargeMessage::GetReflection ( )
inlinestatic

Definition at line 444 of file test.pb.h.

◆ has_index()

bool goby::test::middleware::protobuf::LargeMessage::has_index ( ) const
inline

Definition at line 658 of file test.pb.h.

◆ has_payload()

bool goby::test::middleware::protobuf::LargeMessage::has_payload ( ) const
inline

Definition at line 686 of file test.pb.h.

◆ index()

int32_t goby::test::middleware::protobuf::LargeMessage::index ( ) const
inline

Definition at line 668 of file test.pb.h.

◆ internal_default_instance()

static const LargeMessage * goby::test::middleware::protobuf::LargeMessage::internal_default_instance ( )
inlinestatic

Definition at line 450 of file test.pb.h.

◆ IsInitialized()

bool goby::test::middleware::protobuf::LargeMessage::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::middleware::protobuf::LargeMessage::MergeFrom ( const LargeMessage from)
inline

Definition at line 487 of file test.pb.h.

◆ mutable_payload()

std::string * goby::test::middleware::protobuf::LargeMessage::mutable_payload ( )
inline

Definition at line 704 of file test.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::middleware::protobuf::LargeMessage::mutable_unknown_fields ( )
inline

Definition at line 434 of file test.pb.h.

◆ New()

LargeMessage * goby::test::middleware::protobuf::LargeMessage::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 481 of file test.pb.h.

◆ operator=() [1/2]

LargeMessage & goby::test::middleware::protobuf::LargeMessage::operator= ( const LargeMessage from)
inline

Definition at line 413 of file test.pb.h.

◆ operator=() [2/2]

LargeMessage & goby::test::middleware::protobuf::LargeMessage::operator= ( LargeMessage &&  from)
inlinenoexcept

Definition at line 417 of file test.pb.h.

◆ payload()

const std::string & goby::test::middleware::protobuf::LargeMessage::payload ( ) const
inline

Definition at line 693 of file test.pb.h.

◆ release_payload()

std::string * goby::test::middleware::protobuf::LargeMessage::release_payload ( )
inline

Definition at line 720 of file test.pb.h.

◆ set_allocated_payload()

void goby::test::middleware::protobuf::LargeMessage::set_allocated_payload ( std::string *  payload)
inline

Definition at line 734 of file test.pb.h.

◆ set_index()

void goby::test::middleware::protobuf::LargeMessage::set_index ( int32_t  value)
inline

Definition at line 676 of file test.pb.h.

◆ set_payload() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::test::middleware::protobuf::LargeMessage::set_payload ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_payload() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::test::middleware::protobuf::LargeMessage::set_payload ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 699 of file test.pb.h.

◆ Swap()

void goby::test::middleware::protobuf::LargeMessage::Swap ( LargeMessage other)
inline

Definition at line 460 of file test.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::middleware::protobuf::LargeMessage::unknown_fields ( ) const
inline

Definition at line 431 of file test.pb.h.

◆ UnsafeArenaSwap()

void goby::test::middleware::protobuf::LargeMessage::UnsafeArenaSwap ( LargeMessage other)
inline

Definition at line 473 of file test.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 566 of file test.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 509 of file test.pb.h.

◆ ::TableStruct_goby_2ftest_2fmiddleware_2fmiddleware_5finterprocess_5fforwarder_2ftest_2eproto

◆ swap

void swap ( LargeMessage a,
LargeMessage b 
)
friend

Definition at line 457 of file test.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::test::middleware::protobuf::LargeMessage::_class_data_
static

Definition at line 518 of file test.pb.h.

◆ _impl_

Impl_ goby::test::middleware::protobuf::LargeMessage::_impl_

Definition at line 575 of file test.pb.h.

◆ kIndexInFileMessages

constexpr int goby::test::middleware::protobuf::LargeMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 454 of file test.pb.h.


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