Home
last modified time | relevance | path

Searched defs:ExtensionRegistry (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs43 … public sealed class ExtensionRegistry : ICollection<Extension>, IDeepCloneable<ExtensionRegistry> class
63 public ExtensionRegistry() in ExtensionRegistry() method in Google.Protobuf.ExtensionRegistry
68 private ExtensionRegistry(IDictionary<ObjectIntPair<Type>, Extension> collection) in ExtensionRegistry() method in Google.Protobuf.ExtensionRegistry
DParserInternalState.cs113 internal ExtensionRegistry ExtensionRegistry { get; set; } property
DParseContext.cs124 internal ExtensionRegistry ExtensionRegistry property
DCodedInputStream.cs255 internal ExtensionRegistry ExtensionRegistry property in Google.Protobuf.CodedInputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java91 public class ExtensionRegistry extends ExtensionRegistryLite { class
270 private ExtensionRegistry() { in ExtensionRegistry() method in ExtensionRegistry
277 private ExtensionRegistry(ExtensionRegistry other) { in ExtensionRegistry() method in ExtensionRegistry
291 ExtensionRegistry(boolean empty) { in ExtensionRegistry() method in ExtensionRegistry
/third_party/cef/libcef/browser/extensions/
Dextension_system.h30 class ExtensionRegistry; variable
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py157 class ExtensionRegistry: class
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py34 class ExtensionRegistry(type): class
/third_party/skia/third_party/externals/jinja2/
Dext.py41 class ExtensionRegistry(type): class
/third_party/jinja2/
Dext.py41 class ExtensionRegistry(type): class
/third_party/protobuf/src/google/protobuf/
Dextension_set.cc96 ExtensionRegistry; typedef