#include <algorithm>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
#include <google/protobuf/stubs/macros.h>
#include <google/protobuf/stubs/platform_macros.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/stringpiece.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
std | |
Macros | |
#define | GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 3019000 |
#define | GOOGLE_PROTOBUF_VERIFY_VERSION |
#define | GOOGLE_PROTOBUF_VERSION 3019005 |
#define | GOOGLE_PROTOBUF_VERSION_SUFFIX "" |
#define | PROTOBUF_USE_EXCEPTIONS 0 |
Functions | |
PROTOBUF_EXPORT bool | google.protobuf.internal::IsStructurallyValidUTF8 (const char *buf, int len) |
bool | google.protobuf.internal::IsStructurallyValidUTF8 (StringPiece str) |
void | google::protobuf::ShutdownProtobufLibrary () |
template<typename T > | |
void | google.protobuf.internal::StrongReference (const T &var) |
PROTOBUF_EXPORT char * | google.protobuf.internal::UTF8CoerceToStructurallyValid (StringPiece str, char *dst, char replace_char) |
PROTOBUF_EXPORT int | google.protobuf.internal::UTF8SpnStructurallyValid (StringPiece str) |
void | google.protobuf.internal::VerifyVersion (int headerVersion, int minLibraryVersion, const char *filename) |
string | google.protobuf.internal::VersionString (int version) |
Variables | |
static const int | google.protobuf.internal::kMinHeaderVersionForLibrary = 3019000 |
static const int | google.protobuf.internal::kMinHeaderVersionForProtoc = 3019000 |
#define GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 3019000 |
Definition at line 97 of file protobuf/src/google/protobuf/stubs/common.h.
#define GOOGLE_PROTOBUF_VERIFY_VERSION |
Definition at line 117 of file protobuf/src/google/protobuf/stubs/common.h.
#define GOOGLE_PROTOBUF_VERSION 3019005 |
Definition at line 85 of file protobuf/src/google/protobuf/stubs/common.h.
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "" |
Definition at line 88 of file protobuf/src/google/protobuf/stubs/common.h.
#define PROTOBUF_USE_EXCEPTIONS 0 |
Definition at line 57 of file protobuf/src/google/protobuf/stubs/common.h.