TrinityCore
|
#include <assert.h>
#include <string>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/stubs/common.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::internal | |
Macros | |
#define | PROTOBUF_DEPRECATED |
Functions | |
LIBPROTOBUF_EXPORT double | google::protobuf::internal::Infinity () |
LIBPROTOBUF_EXPORT double | google::protobuf::internal::NaN () |
LIBPROTOBUF_EXPORT void | google::protobuf::internal::InitEmptyString () |
LIBPROTOBUF_EXPORTconst::std::string & | google::protobuf::internal::GetEmptyStringAlreadyInited () |
LIBPROTOBUF_EXPORTconst::std::string & | google::protobuf::internal::GetEmptyString () |
LIBPROTOBUF_EXPORT int | google::protobuf::internal::StringSpaceUsedExcludingSelf (const string &str) |
template<class Type > | |
bool | google::protobuf::internal::AllAreInitialized (const Type &t) |
Variables | |
LIBPROTOBUF_EXPORTconst::std::string * | google::protobuf::internal::empty_string_ |
LIBPROTOBUF_EXPORT ProtobufOnceType | google::protobuf::internal::empty_string_once_init_ |
#define PROTOBUF_DEPRECATED |