class DescriptorPoolExtensionFinder
Defined at line 227 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
Implementation of ExtensionFinder which finds extensions in a given
DescriptorPool, using the given MessageFactory to construct sub-objects.
This class is only implemented in extension_set_heavy.cc.
Public Methods
void DescriptorPoolExtensionFinder (const DescriptorPool *pool,MessageFactory *factory,const Descriptor *extendee)
Defined at line 229 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
bool Find (int number, ExtensionInfo * output)