Goby3
3.1.5a
2024.05.23
|
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_ |
void google::protobuf::internal::arena_delete_object | ( | void * | object | ) |
void google::protobuf::internal::arena_destruct_object | ( | void * | object | ) |
|
inline |
|
inline |
Definition at line 80 of file message_lite.h.
|
inline |
Definition at line 133 of file message_lite.h.
|
inline |
Definition at line 411 of file message_lite.h.
void LIBPROTOBUF_EXPORT google::protobuf::internal::SetProto3PreserveUnknownsDefault | ( | bool | preserve | ) |
LIBPROTOBUF_EXPORT size_t google::protobuf::internal::StringSpaceUsedExcludingSelfLong | ( | const string & | str | ) |
|
inline |
Definition at line 73 of file message_lite.h.
|
inline |
Definition at line 88 of file message_lite.h.
LIBPROTOBUF_EXPORT ExplicitlyConstructed<::std::string> google::protobuf::internal::fixed_address_empty_string |
bool LIBPROTOBUF_EXPORT google::protobuf::internal::proto3_preserve_unknown_ |