Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
message_lite.h File Reference
#include <climits>
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/port.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/explicitly_constructed.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/stubs/hash.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>

Go to the source code of this file.

Classes

class  google::protobuf::MessageLite
 
struct  google::protobuf::internal::BoundedZCIS
 

Namespaces

namespace  google
 
namespace  google::protobuf
 
namespace  google::protobuf::io
 
namespace  google::protobuf::internal
 

Functions

int google::protobuf::internal::ToCachedSize (size_t size)
 
size_t google::protobuf::internal::FromIntSize (int size)
 
int google::protobuf::internal::ToIntSize (size_t size)
 
PROTOBUF_EXPORT constexpr const std::string & google::protobuf::internal::GetEmptyStringAlreadyInited ()
 
PROTOBUF_EXPORT size_t google::protobuf::internal::StringSpaceUsedExcludingSelfLong (const std::string &str)
 
template<bool alias>
bool google::protobuf::internal::MergeFromImpl (StringPiece 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 > (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags)
 
template<bool alias>
bool google::protobuf::internal::MergeFromImpl (io::ZeroCopyInputStream *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< true > (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags)
 
template<bool alias>
bool google::protobuf::internal::MergeFromImpl (BoundedZCIS 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< true > (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags)
 
template<bool alias, typename T >
bool google::protobuf::internal::MergeFromImpl (const SourceWrapper< T > &input, MessageLite *msg, MessageLite::ParseFlags parse_flags)
 
PROTOBUF_EXPORT void google::protobuf::ShutdownProtobufLibrary ()
 
PROTOBUF_EXPORT void google::protobuf::internal::OnShutdown (void(*func)())
 
PROTOBUF_EXPORT void google::protobuf::internal::OnShutdownRun (void(*f)(const void *), const void *arg)
 
template<typename T >
T * google::protobuf::internal::OnShutdownDelete (T *p)
 

Variables

PROTOBUF_EXPORT ExplicitlyConstructedArenaString google::protobuf::internal::fixed_address_empty_string