Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Friends | List of all members
paraview_protobuf::Message Class Referencefinal

#include <vtkPVMessage.pb.h>

Inherits Message.

Public Types

enum  : int {
  kGlobalIdFieldNumber = 1, kLocationFieldNumber = 2, kShareOnlyFieldNumber = 3, kReqDefFieldNumber = 4,
  kClientIdFieldNumber = 5
}
 

Public Member Functions

 Message ()
 
 ~Message () override
 
constexpr Message (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Message (const Message &from)
 
 Message (Message &&from) noexcept
 
Messageoperator= (const Message &from)
 
Messageoperator= (Message &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Message *other)
 
void UnsafeArenaSwap (Message *other)
 
MessageNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Message &from)
 
void MergeFrom (const Message &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_global_id () const
 
void clear_global_id ()
 
uint64_t global_id () const
 
void set_global_id (uint64_t value)
 
bool has_location () const
 
void clear_location ()
 
uint32_t location () const
 
void set_location (uint32_t value)
 
bool has_share_only () const
 
void clear_share_only ()
 
bool share_only () const
 
void set_share_only (bool value)
 
bool has_req_def () const
 
void clear_req_def ()
 
bool req_def () const
 
void set_req_def (bool value)
 
bool has_client_id () const
 
void clear_client_id ()
 
uint32_t client_id () const
 
void set_client_id (uint32_t value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void ClearExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int ExtensionSize (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::ConstType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void UnsafeArenaSetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType ReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType UnsafeArenaReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, int index) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, int index)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, int index, typename _proto_TypeTraits::Repeated::ConstType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Repeated::ConstType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType & GetRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType * MutableRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &id)
 

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 Messagedefault_instance ()
 
static const Messageinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Message (::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_vtkPVMessage_2eproto
 
void swap (Message &a, Message &b)
 

Detailed Description

Definition at line 958 of file vtkPVMessage.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGlobalIdFieldNumber 
kLocationFieldNumber 
kShareOnlyFieldNumber 
kReqDefFieldNumber 
kClientIdFieldNumber 

Definition at line 1086 of file vtkPVMessage.pb.h.

Constructor & Destructor Documentation

◆ Message() [1/5]

paraview_protobuf::Message::Message ( )
inline

Definition at line 961 of file vtkPVMessage.pb.h.

◆ ~Message()

paraview_protobuf::Message::~Message ( )
override

◆ Message() [2/5]

constexpr paraview_protobuf::Message::Message ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Message() [3/5]

paraview_protobuf::Message::Message ( const Message from)

◆ Message() [4/5]

paraview_protobuf::Message::Message ( Message &&  from)
inlinenoexcept

Definition at line 966 of file vtkPVMessage.pb.h.

◆ Message() [5/5]

paraview_protobuf::Message::Message ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ operator=() [1/2]

Message& paraview_protobuf::Message::operator= ( const Message from)
inline

Definition at line 971 of file vtkPVMessage.pb.h.

◆ operator=() [2/2]

Message& paraview_protobuf::Message::operator= ( Message &&  from)
inlinenoexcept

Definition at line 975 of file vtkPVMessage.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& paraview_protobuf::Message::unknown_fields ( ) const
inline

Definition at line 989 of file vtkPVMessage.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* paraview_protobuf::Message::mutable_unknown_fields ( )
inline

Definition at line 992 of file vtkPVMessage.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* paraview_protobuf::Message::descriptor ( )
inlinestatic

Definition at line 996 of file vtkPVMessage.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* paraview_protobuf::Message::GetDescriptor ( )
inlinestatic

Definition at line 999 of file vtkPVMessage.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* paraview_protobuf::Message::GetReflection ( )
inlinestatic

Definition at line 1002 of file vtkPVMessage.pb.h.

◆ default_instance()

static const Message& paraview_protobuf::Message::default_instance ( )
inlinestatic

Definition at line 1005 of file vtkPVMessage.pb.h.

◆ internal_default_instance()

static const Message* paraview_protobuf::Message::internal_default_instance ( )
inlinestatic

Definition at line 1008 of file vtkPVMessage.pb.h.

◆ Swap()

void paraview_protobuf::Message::Swap ( Message other)
inline

Definition at line 1018 of file vtkPVMessage.pb.h.

◆ UnsafeArenaSwap()

void paraview_protobuf::Message::UnsafeArenaSwap ( Message other)
inline

Definition at line 1031 of file vtkPVMessage.pb.h.

◆ New()

Message* paraview_protobuf::Message::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 1039 of file vtkPVMessage.pb.h.

◆ CopyFrom()

void paraview_protobuf::Message::CopyFrom ( const Message from)

◆ MergeFrom()

void paraview_protobuf::Message::MergeFrom ( const Message from)

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void paraview_protobuf::Message::Clear ( )
final

◆ IsInitialized()

bool paraview_protobuf::Message::IsInitialized ( ) const
final

◆ ByteSizeLong()

size_t paraview_protobuf::Message::ByteSizeLong ( ) const
final

◆ _InternalParse()

const char* paraview_protobuf::Message::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* paraview_protobuf::Message::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ GetCachedSize()

int paraview_protobuf::Message::GetCachedSize ( ) const
inlinefinal

Definition at line 1056 of file vtkPVMessage.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* paraview_protobuf::Message::GetClassData ( ) const
final

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata paraview_protobuf::Message::GetMetadata ( ) const
final

◆ has_global_id()

bool paraview_protobuf::Message::has_global_id ( ) const
inline

Definition at line 5244 of file vtkPVMessage.pb.h.

◆ clear_global_id()

void paraview_protobuf::Message::clear_global_id ( )
inline

Definition at line 5247 of file vtkPVMessage.pb.h.

◆ global_id()

uint64_t paraview_protobuf::Message::global_id ( ) const
inline

Definition at line 5254 of file vtkPVMessage.pb.h.

◆ set_global_id()

void paraview_protobuf::Message::set_global_id ( uint64_t  value)
inline

Definition at line 5262 of file vtkPVMessage.pb.h.

◆ has_location()

bool paraview_protobuf::Message::has_location ( ) const
inline

Definition at line 5272 of file vtkPVMessage.pb.h.

◆ clear_location()

void paraview_protobuf::Message::clear_location ( )
inline

Definition at line 5275 of file vtkPVMessage.pb.h.

◆ location()

uint32_t paraview_protobuf::Message::location ( ) const
inline

Definition at line 5282 of file vtkPVMessage.pb.h.

◆ set_location()

void paraview_protobuf::Message::set_location ( uint32_t  value)
inline

Definition at line 5290 of file vtkPVMessage.pb.h.

◆ has_share_only()

bool paraview_protobuf::Message::has_share_only ( ) const
inline

Definition at line 5300 of file vtkPVMessage.pb.h.

◆ clear_share_only()

void paraview_protobuf::Message::clear_share_only ( )
inline

Definition at line 5303 of file vtkPVMessage.pb.h.

◆ share_only()

bool paraview_protobuf::Message::share_only ( ) const
inline

Definition at line 5310 of file vtkPVMessage.pb.h.

◆ set_share_only()

void paraview_protobuf::Message::set_share_only ( bool  value)
inline

Definition at line 5318 of file vtkPVMessage.pb.h.

◆ has_req_def()

bool paraview_protobuf::Message::has_req_def ( ) const
inline

Definition at line 5328 of file vtkPVMessage.pb.h.

◆ clear_req_def()

void paraview_protobuf::Message::clear_req_def ( )
inline

Definition at line 5331 of file vtkPVMessage.pb.h.

◆ req_def()

bool paraview_protobuf::Message::req_def ( ) const
inline

Definition at line 5338 of file vtkPVMessage.pb.h.

◆ set_req_def()

void paraview_protobuf::Message::set_req_def ( bool  value)
inline

Definition at line 5346 of file vtkPVMessage.pb.h.

◆ has_client_id()

bool paraview_protobuf::Message::has_client_id ( ) const
inline

Definition at line 5356 of file vtkPVMessage.pb.h.

◆ clear_client_id()

void paraview_protobuf::Message::clear_client_id ( )
inline

Definition at line 5359 of file vtkPVMessage.pb.h.

◆ client_id()

uint32_t paraview_protobuf::Message::client_id ( ) const
inline

Definition at line 5366 of file vtkPVMessage.pb.h.

◆ set_client_id()

void paraview_protobuf::Message::set_client_id ( uint32_t  value)
inline

Definition at line 5374 of file vtkPVMessage.pb.h.

◆ HasExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool paraview_protobuf::Message::HasExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

Definition at line 1162 of file vtkPVMessage.pb.h.

◆ ClearExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::ClearExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1172 of file vtkPVMessage.pb.h.

◆ ExtensionSize()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int paraview_protobuf::Message::ExtensionSize ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

Definition at line 1182 of file vtkPVMessage.pb.h.

◆ GetExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType paraview_protobuf::Message::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

Definition at line 1192 of file vtkPVMessage.pb.h.

◆ MutableExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType paraview_protobuf::Message::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1203 of file vtkPVMessage.pb.h.

◆ SetExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::ConstType  value 
)
inline

Definition at line 1214 of file vtkPVMessage.pb.h.

◆ SetAllocatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::SetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::MutableType  value 
)
inline

Definition at line 1225 of file vtkPVMessage.pb.h.

◆ UnsafeArenaSetAllocatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::UnsafeArenaSetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::MutableType  value 
)
inline

Definition at line 1236 of file vtkPVMessage.pb.h.

◆ ReleaseExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType paraview_protobuf::Message::ReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1249 of file vtkPVMessage.pb.h.

◆ UnsafeArenaReleaseExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType paraview_protobuf::Message::UnsafeArenaReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1260 of file vtkPVMessage.pb.h.

◆ GetExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType paraview_protobuf::Message::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
) const
inline

Definition at line 1271 of file vtkPVMessage.pb.h.

◆ MutableExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType paraview_protobuf::Message::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
)
inline

Definition at line 1282 of file vtkPVMessage.pb.h.

◆ SetExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

Definition at line 1293 of file vtkPVMessage.pb.h.

◆ AddExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType paraview_protobuf::Message::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1304 of file vtkPVMessage.pb.h.

◆ AddExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void paraview_protobuf::Message::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

Definition at line 1316 of file vtkPVMessage.pb.h.

◆ GetRepeatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType& paraview_protobuf::Message::GetRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

Definition at line 1329 of file vtkPVMessage.pb.h.

◆ MutableRepeatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType* paraview_protobuf::Message::MutableRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Message, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 1340 of file vtkPVMessage.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1065 of file vtkPVMessage.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 1357 of file vtkPVMessage.pb.h.

◆ ::TableStruct_vtkPVMessage_2eproto

friend struct ::TableStruct_vtkPVMessage_2eproto
friend

Definition at line 1367 of file vtkPVMessage.pb.h.

◆ swap

void swap ( Message a,
Message b 
)
friend

Definition at line 1015 of file vtkPVMessage.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int paraview_protobuf::Message::kIndexInFileMessages
static
Initial value:
=
3

Definition at line 1012 of file vtkPVMessage.pb.h.

◆ _class_data_

const ClassData paraview_protobuf::Message::_class_data_
static

Definition at line 1077 of file vtkPVMessage.pb.h.


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