Searched defs:typeRegistry (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 63 … private static bool RunTest(BinaryReader input, BinaryWriter output, TypeRegistry typeRegistry) in RunTest() 84 …te static ConformanceResponse PerformRequest(ConformanceRequest request, TypeRegistry typeRegistry) in PerformRequest()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 834 …public Settings(bool formatDefaultValues, TypeRegistry typeRegistry) : this(formatDefaultValues, t… in Settings() 845 TypeRegistry typeRegistry, in Settings() 863 …public Settings WithTypeRegistry(TypeRegistry typeRegistry) => new Settings(FormatDefaultValues, t… field in Google.Protobuf.JsonFormatter.Settings
|
D | JsonParser.cs | 1023 … private Settings(int recursionLimit, TypeRegistry typeRegistry, bool ignoreUnknownFields) in Settings() 1043 …public Settings(int recursionLimit, TypeRegistry typeRegistry) : this(recursionLimit, typeRegistry… in Settings() 1066 public Settings WithTypeRegistry(TypeRegistry typeRegistry) => field in Google.Protobuf.JsonParser.Settings
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 297 private final TypeRegistry typeRegistry; field in TextFormat.Printer 299 private Printer(boolean escapeNonAscii, TypeRegistry typeRegistry) { in Printer() 323 public Printer usingTypeRegistry(TypeRegistry typeRegistry) { in usingTypeRegistry() 1544 private final TypeRegistry typeRegistry; field in TextFormat.Parser 1552 TypeRegistry typeRegistry, in Parser() 1579 private TypeRegistry typeRegistry = TypeRegistry.getEmptyTypeRegistry(); field in TextFormat.Parser.Builder 1587 public Builder setTypeRegistry(TypeRegistry typeRegistry) { in setTypeRegistry()
|
/third_party/protobuf/conformance/ |
D | ConformanceJava.java | 50 private TypeRegistry typeRegistry; field in ConformanceJava
|