#include <string>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port.h>
#include <google/protobuf/stubs/strutil.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 | |
Functions | |
template<typename E > | |
const EnumDescriptor * | google::protobuf::GetEnumDescriptor () |
const PROTOBUF_EXPORT std::string & | google.protobuf.internal::NameOfEnum (const EnumDescriptor *descriptor, int value) |
template<typename EnumType > | |
bool | google.protobuf.internal::ParseNamedEnum (const EnumDescriptor *descriptor, const std::string &name, EnumType *value) |
PROTOBUF_EXPORT bool | google.protobuf.internal::ParseNamedEnum (const EnumDescriptor *descriptor, const std::string &name, int *value) |