Goby3  3.1.4
2024.02.22
google::protobuf::internal Namespace Reference

Classes

class  ExplicitlyConstructed
 
class  GenericTypeHandler
 

Functions

template<typename T >
void arena_destruct_object (void *object)
 
template<typename T >
void arena_delete_object (void *object)
 
void arena_free (void *object, size_t size)
 
int ToCachedSize (size_t size)
 
size_t FromIntSize (int size)
 
int ToIntSize (size_t size)
 
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited ()
 
LIBPROTOBUF_EXPORT size_t StringSpaceUsedExcludingSelfLong (const string &str)
 
bool GetProto3PreserveUnknownsDefault ()
 
void LIBPROTOBUF_EXPORT SetProto3PreserveUnknownsDefault (bool preserve)
 

Variables

LIBPROTOBUF_EXPORT ExplicitlyConstructed<::std::string > fixed_address_empty_string
 
bool LIBPROTOBUF_EXPORT proto3_preserve_unknown_
 

Function Documentation

◆ arena_delete_object()

template<typename T >
void google::protobuf::internal::arena_delete_object ( void *  object)

Definition at line 94 of file arena.h.

◆ arena_destruct_object()

template<typename T >
void google::protobuf::internal::arena_destruct_object ( void *  object)

Definition at line 90 of file arena.h.

◆ arena_free()

void google::protobuf::internal::arena_free ( void *  object,
size_t  size 
)
inline

Definition at line 97 of file arena.h.

◆ FromIntSize()

size_t google::protobuf::internal::FromIntSize ( int  size)
inline

Definition at line 80 of file message_lite.h.

◆ GetEmptyStringAlreadyInited()

LIBPROTOBUF_EXPORTconst ::std::string& google::protobuf::internal::GetEmptyStringAlreadyInited ( )
inline

Definition at line 133 of file message_lite.h.

◆ GetProto3PreserveUnknownsDefault()

bool google::protobuf::internal::GetProto3PreserveUnknownsDefault ( )
inline

Definition at line 411 of file message_lite.h.

◆ SetProto3PreserveUnknownsDefault()

void LIBPROTOBUF_EXPORT google::protobuf::internal::SetProto3PreserveUnknownsDefault ( bool  preserve)

◆ StringSpaceUsedExcludingSelfLong()

LIBPROTOBUF_EXPORT size_t google::protobuf::internal::StringSpaceUsedExcludingSelfLong ( const string &  str)

◆ ToCachedSize()

int google::protobuf::internal::ToCachedSize ( size_t  size)
inline

Definition at line 73 of file message_lite.h.

◆ ToIntSize()

int google::protobuf::internal::ToIntSize ( size_t  size)
inline

Definition at line 88 of file message_lite.h.

Variable Documentation

◆ fixed_address_empty_string

LIBPROTOBUF_EXPORT ExplicitlyConstructed<::std::string> google::protobuf::internal::fixed_address_empty_string

◆ proto3_preserve_unknown_

bool LIBPROTOBUF_EXPORT google::protobuf::internal::proto3_preserve_unknown_