#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/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
size_t | google.protobuf.internal::FromIntSize (int size) |
|
const PROTOBUF_EXPORT std::string & | google.protobuf.internal::GetEmptyStringAlreadyInited () |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (BoundedZCIS input, MessageLite *msg) |
|
template<bool alias, typename T > |
bool | google.protobuf.internal::MergePartialFromImpl (const SourceWrapper< T > &input, MessageLite *msg) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (StringPiece input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (BoundedZCIS input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (StringPiece input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (BoundedZCIS input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (StringPiece input, MessageLite *msg) |
|
size_t | google.protobuf.internal::StringSpaceUsedExcludingSelfLong (const std::string &str) |
|
int | google.protobuf.internal::ToCachedSize (size_t size) |
|
int | google.protobuf.internal::ToIntSize (size_t size) |
|