Goby3
3.1.5
2024.05.14
|
Classes | |
class | GenericTypeHandler |
class | ExplicitlyConstructed |
struct | BoundedZCIS |
struct | SourceWrapper |
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) |
PROTOBUF_EXPORT const std::string & | GetEmptyStringAlreadyInited () |
PROTOBUF_EXPORT size_t | StringSpaceUsedExcludingSelfLong (const std::string &str) |
template<bool alias> | |
bool | MergeFromImpl (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< false > (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< true > (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template<bool alias> | |
bool | MergeFromImpl (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< false > (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< true > (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template<bool alias> | |
bool | MergeFromImpl (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< false > (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template bool | MergeFromImpl< true > (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
template<bool alias, typename T > | |
bool | MergeFromImpl (const SourceWrapper< T > &input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
PROTOBUF_EXPORT void | OnShutdown (void(*func)()) |
PROTOBUF_EXPORT void | OnShutdownRun (void(*f)(const void *), const void *arg) |
template<typename T > | |
T * | OnShutdownDelete (T *p) |
template<class To > | |
To * | GetPointerAtOffset (Message *message, uint32 offset) |
template<class To > | |
const To * | GetConstPointerAtOffset (const Message *message, uint32 offset) |
template<class To > | |
const To & | GetConstRefAtOffset (const Message &message, uint32 offset) |
bool | CreateUnknownEnumValues (const FieldDescriptor *field) |
Variables | |
PROTOBUF_EXPORT ExplicitlyConstructed< std::string > | fixed_address_empty_string |
void google::protobuf::internal::arena_delete_object | ( | void * | object | ) |
void google::protobuf::internal::arena_destruct_object | ( | void * | object | ) |
|
inline |
bool google::protobuf::internal::CreateUnknownEnumValues | ( | const FieldDescriptor * | field | ) |
|
inline |
Definition at line 98 of file message_lite.h.
const To* google::protobuf::internal::GetConstPointerAtOffset | ( | const Message * | message, |
uint32 | offset | ||
) |
const To& google::protobuf::internal::GetConstRefAtOffset | ( | const Message & | message, |
uint32 | offset | ||
) |
|
inline |
Definition at line 154 of file message_lite.h.
|
inline |
bool google::protobuf::internal::MergeFromImpl | ( | BoundedZCIS | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
bool google::protobuf::internal::MergeFromImpl | ( | const SourceWrapper< T > & | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
Definition at line 538 of file message_lite.h.
bool google::protobuf::internal::MergeFromImpl | ( | io::ZeroCopyInputStream * | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
bool google::protobuf::internal::MergeFromImpl | ( | StringPiece | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< false > | ( | BoundedZCIS | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< false > | ( | io::ZeroCopyInputStream * | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< false > | ( | StringPiece | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< true > | ( | BoundedZCIS | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< true > | ( | io::ZeroCopyInputStream * | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
template bool google::protobuf::internal::MergeFromImpl< true > | ( | StringPiece | input, |
MessageLite * | msg, | ||
MessageLite::ParseFlags | parse_flags | ||
) |
PROTOBUF_EXPORT void google::protobuf::internal::OnShutdown | ( | void(*)() | func | ) |
T* google::protobuf::internal::OnShutdownDelete | ( | T * | p | ) |
Definition at line 580 of file message_lite.h.
PROTOBUF_EXPORT void google::protobuf::internal::OnShutdownRun | ( | void(*)(const void *) | f, |
const void * | arg | ||
) |
PROTOBUF_EXPORT size_t google::protobuf::internal::StringSpaceUsedExcludingSelfLong | ( | const std::string & | str | ) |
|
inline |
Definition at line 91 of file message_lite.h.
|
inline |
Definition at line 106 of file message_lite.h.
|
extern |