Home
last modified time | relevance | path

Searched defs:TypeRegistry (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DTypeRegistry.cs40 public sealed class TypeRegistry class
49 private TypeRegistry(Dictionary<string, MessageDescriptor> fullNameToMessageMap) in TypeRegistry() method in Google.Protobuf.Reflection.TypeRegistry
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs847 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonFormatter.Settings
DJsonParser.cs996 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonParser.Settings
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java256 public static class TypeRegistry { class in JsonFormat
280 private TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() method in JsonFormat.TypeRegistry