HomeSort by relevance Sort by last modified time
    Searched defs:SetExtensionRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h 381 // However, you may call SetExtensionRegistry() to provide an alternative
394 // to take advantage of SetExtensionRegistry(). You must follow these
405 // SetExtensionRegistry() at all.
444 void SetExtensionRegistry(const DescriptorPool* pool,
447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
451 // Get the MessageFactory set via SetExtensionRegistry(), or NULL if no
507 // See SetExtensionRegistry().
    [all...]
  /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...]

Completed in 482 milliseconds