Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs833 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonFormatter.Settings
DJsonParser.cs997 public TypeRegistry TypeRegistry { get; } property in Google.Protobuf.JsonParser.Settings
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java286 public static class TypeRegistry { class in JsonFormat
310 private TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() method in JsonFormat.TypeRegistry