Home
last modified time | relevance | path

Searched refs:createSchema (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTestSchemas.java45 new ManifestSchemaFactory().createSchema(Proto2Message.class);
47 new ManifestSchemaFactory().createSchema(Proto3Message.class);
60 protobuf.registerSchemaOverride(Proto2Message.class, factory.createSchema(Proto2Message.class)); in registerProto2Schemas()
62 Proto2Message.FieldGroup49.class, factory.createSchema(Proto2Message.FieldGroup49.class)); in registerProto2Schemas()
65 factory.createSchema(Proto2Message.FieldGroupList51.class)); in registerProto2Schemas()
67 Proto2Message.FieldGroup69.class, factory.createSchema(Proto2Message.FieldGroup69.class)); in registerProto2Schemas()
70 factory.createSchema(Proto2Message.RequiredNestedMessage.class)); in registerProto2Schemas()
73 factory.createSchema(Proto2Message.FieldRequiredGroup88.class)); in registerProto2Schemas()
74 protobuf.registerSchemaOverride(Proto2Empty.class, factory.createSchema(Proto2Empty.class)); in registerProto2Schemas()
76 Proto2MessageWithExtensions.class, factory.createSchema(Proto2MessageWithExtensions.class)); in registerProto2Schemas()
[all …]
DTestSchemasLite.java46 new ManifestSchemaFactory().createSchema(Proto2MessageLite.class);
48 new ManifestSchemaFactory().createSchema(Proto3MessageLite.class);
62 Proto2MessageLite.class, factory.createSchema(Proto2MessageLite.class)); in registerProto2LiteSchemas()
65 factory.createSchema(Proto2MessageLite.FieldGroup49.class)); in registerProto2LiteSchemas()
68 factory.createSchema(Proto2MessageLite.FieldGroupList51.class)); in registerProto2LiteSchemas()
71 factory.createSchema(Proto2MessageLite.FieldGroup69.class)); in registerProto2LiteSchemas()
74 factory.createSchema(Proto2MessageLite.RequiredNestedMessage.class)); in registerProto2LiteSchemas()
77 factory.createSchema(Proto2MessageLite.FieldRequiredGroup88.class)); in registerProto2LiteSchemas()
79 Proto2EmptyLite.class, factory.createSchema(Proto2EmptyLite.class)); in registerProto2LiteSchemas()
82 factory.createSchema(Proto2MessageLiteWithExtensions.class)); in registerProto2LiteSchemas()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSchemaFactory.java37 <T> Schema<T> createSchema(Class<T> messageType); in createSchema() method
DProtobuf.java93 schema = schemaFactory.createSchema(messageType); in schemaFor()
DManifestSchemaFactory.java52 public <T> Schema<T> createSchema(Class<T> messageType) { in createSchema() method in ManifestSchemaFactory
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...