#include <type_traits>
#include <google/protobuf/message_lite.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.
Classes | |
struct | google::protobuf.internal::EnumEntry |
struct | google::protobuf::is_proto_enum< T > |
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Functions | |
bool | google.protobuf.internal::InitializeEnumStrings (const EnumEntry *enums, const int *sorted_indices, size_t size, internal::ExplicitlyConstructed< std::string > *enum_strings) |
int | google.protobuf.internal::LookUpEnumName (const EnumEntry *enums, const int *sorted_indices, size_t size, int value) |
bool | google.protobuf.internal::LookUpEnumValue (const EnumEntry *enums, size_t size, StringPiece name, int *value) |