Searched refs:NewInstanceSchema (Results 1 – 9 of 9) sorted by relevance
34 private static final NewInstanceSchema FULL_SCHEMA = loadSchemaForFullRuntime();35 private static final NewInstanceSchema LITE_SCHEMA = new NewInstanceSchemaLite();37 static NewInstanceSchema full() { in full()41 static NewInstanceSchema lite() { in lite()45 private static NewInstanceSchema loadSchemaForFullRuntime() { in loadSchemaForFullRuntime()48 return (NewInstanceSchema) clazz.getDeclaredConstructor().newInstance(); in loadSchemaForFullRuntime()
33 interface NewInstanceSchema { interface
33 final class NewInstanceSchemaLite implements NewInstanceSchema {
33 final class NewInstanceSchemaFull implements NewInstanceSchema {
168 private final NewInstanceSchema newInstanceSchema;185 NewInstanceSchema newInstanceSchema, in MessageSchema()215 NewInstanceSchema newInstanceSchema, in newSchema()242 NewInstanceSchema newInstanceSchema, in newSchemaForRawMessageInfo()614 NewInstanceSchema newInstanceSchema, in newSchemaForMessageInfo()
93 include 'com/google/protobuf/NewInstanceSchema.java'
567 "java/core/src/main/java/com/google/protobuf/NewInstanceSchema.java",
714 "java/core/src/main/java/com/google/protobuf/NewInstanceSchema.java",
306 java/core/src/main/java/com/google/protobuf/NewInstanceSchema.java \