Searched defs:SetExtensionRegistry (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h360 // However, you may call SetExtensionRegistry() to provide an alternative
373 // to take advantage of SetExtensionRegistry(). You must follow these
384 // SetExtensionRegistry() at all.
423 void SetExtensionRegistry(DescriptorPool* pool, MessageFactory* factory);
425 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
429 // Get the MessageFactory set via SetExtensionRegistry(), or NULL if no
480 // See SetExtensionRegistry().
1020 inline void CodedInputStream::SetExtensionRegistry(DescriptorPool* pool, function in class:google::protobuf::io::CodedInputStream

Completed in 71 milliseconds