struct DescriptorMethods
Defined at line 434 of file ../../third_party/protobuf/src/google/protobuf/message_lite.h
We use a secondary vtable for descriptor based methods. This way ClassData
does not grow with the number of descriptor methods. This avoids extra
costs in MessageLite.
Public Members
absl::string_view (*)(const ClassData *) get_type_name
std::string (*)(const MessageLite &) initialization_error_string
const internal::TcParseTableBase *(*)(const MessageLite &) get_tc_table
size_t (*)(const MessageLite &) space_used_long
std::string (*)(const MessageLite &) debug_string