OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setextensionregistry
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.h
360
// 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
().
[
all
...]
/external/protobuf/src/google/protobuf/
dynamic_message.h
77
// DEPRECATED: Use CodedInputStream::
SetExtensionRegistry
() to tell the
extension_set_unittest.cc
568
input.
SetExtensionRegistry
(&dynamic_pool, &dynamic_factory);
604
input.
SetExtensionRegistry
(&dynamic_pool, &dynamic_factory);
/external/protobuf/
CHANGES.txt
39
of CodedInputStream::
SetExtensionRegistry
().
Completed in 817 milliseconds