BWAPI
|
#include <extension_set.h>
Classes | |
struct | EnumValidityCheck |
Public Member Functions | |
ExtensionInfo () | |
ExtensionInfo (FieldType type, bool is_repeated, bool is_packed) | |
Public Attributes | |
FieldType | type |
bool | is_repeated |
bool | is_packed |
union { | |
EnumValidityCheck enum_validity_check | |
const MessageLite * message_prototype | |
}; | |
const FieldDescriptor * | descriptor |
google::protobuf::internal::ExtensionInfo::ExtensionInfo | ( | FieldType | type, |
bool | is_repeated, | ||
bool | is_packed | ||
) | [inline] |
union { ... } |