Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DValueTagTest.java44 Map<String, List<Map<String, String>>> newSchema = in testValue() local
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DManifestSchemaFactory.java75 private static <T> Schema<T> newSchema(Class<T> messageType, MessageInfo messageInfo) { in newSchema() method in ManifestSchemaFactory
DMessageSetSchema.java55 static <T> MessageSetSchema<T> newSchema( in newSchema() method in MessageSetSchema
DMessageSchema.java220 static <T> MessageSchema<T> newSchema( in newSchema() method in MessageSchema
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DManifestSchemaFactory.java75 private static <T> Schema<T> newSchema(Class<T> messageType, MessageInfo messageInfo) { in newSchema() method in ManifestSchemaFactory
DMessageSetSchema.java55 static <T> MessageSetSchema<T> newSchema( in newSchema() method in MessageSetSchema
DMessageSchema.java220 static <T> MessageSchema<T> newSchema( in newSchema() method in MessageSchema
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DManifestSchemaFactory.java75 private static <T> Schema<T> newSchema(Class<T> messageType, MessageInfo messageInfo) { in newSchema() method in ManifestSchemaFactory
DMessageSetSchema.java55 static <T> MessageSetSchema<T> newSchema( in newSchema() method in MessageSetSchema
DMessageSchema.java220 static <T> MessageSchema<T> newSchema( in newSchema() method in MessageSchema
/external/json-schema-validator/src/main/java/com/networknt/schema/
DValidationContext.java56 …public JsonSchema newSchema(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode s… in newSchema() method in ValidationContext