#include <algorithm>
#include <cassert>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/port.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/wire_format_lite.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 | |
Macros | |
#define | desc const FieldDescriptor* descriptor |
#define | desc const FieldDescriptor* descriptor |
#define | GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(CLASSNAME) |
#define | PROTOBUF_DEFINE_PRIMITIVE_TYPE(TYPE, METHOD) |
Typedefs | |
typedef bool | google.protobuf.internal::EnumValidityFunc(int number) |
typedef bool | google.protobuf.internal::EnumValidityFuncWithArg(const void *arg, int number) |
typedef uint8 | google.protobuf.internal::FieldType |
Functions | |
template<typename ExtendeeType , typename TypeTraitsType , internal::FieldType field_type, bool is_packed> | |
void | google::protobuf::LinkExtensionReflection (const google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed > &extension) |
#define desc const FieldDescriptor* descriptor |
Definition at line 338 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
#define desc const FieldDescriptor* descriptor |
Definition at line 338 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
#define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS | ( | CLASSNAME | ) |
Definition at line 1379 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
#define PROTOBUF_DEFINE_PRIMITIVE_TYPE | ( | TYPE, | |
METHOD | |||
) |
Definition at line 992 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.