I've been trying to figure out how to get a list of all message names in the generated pool with the C++ API. It looks like I can use FindAllMessageNames if I have a pointer to the DescriptorDatabase, but I can't find a way to get access to that. The documentation describes DescriptorPool::internal_generated_database() (which I probably shouldn't use anyway), but that doesn't appear to exist in my 3.12.4 version.
Is there a way to get this list? If not in C++, is there a way in Python? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/00baae5b-8637-4b2c-9e45-d6626fb55223n%40googlegroups.com.
