template <int N>
class SymbolBaseN
Defined at line 255 of file ../../third_party/protobuf/src/google/protobuf/descriptor.h
Some types have more than one SymbolBase because they have multiple
identities in the table. We can't have duplicate direct bases, so we use this
intermediate base to do so.
See BuildEnumValue for details.