#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 | PROTOBUF_DEFINE_PRIMITIVE_TYPE(TYPE, METHOD) |
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) |
PROTOBUF_ATTRIBUTE_WEAK ExtensionSet::LazyMessageExtension * | google.protobuf.internal::MaybeCreateLazyExtension (Arena *arena) |
#define desc const FieldDescriptor* descriptor |
Definition at line 345 of file protobuf/src/google/protobuf/extension_set.h.
#define desc const FieldDescriptor* descriptor |
Definition at line 345 of file protobuf/src/google/protobuf/extension_set.h.
#define PROTOBUF_DEFINE_PRIMITIVE_TYPE | ( | TYPE, | |
METHOD | |||
) |
Definition at line 1079 of file protobuf/src/google/protobuf/extension_set.h.