Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTypeRegistry.java46 public class TypeRegistry { class
81 TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() method in TypeRegistry
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs811 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonFormatter.Settings
DJsonParser.cs1015 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonParser.Settings
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java507 public static class TypeRegistry { class in JsonFormat
536 private TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() method in JsonFormat.TypeRegistry