Searched refs:MapFieldSchema (Results 1 – 8 of 8) sorted by relevance
34 private static final MapFieldSchema FULL_SCHEMA = loadSchemaForFullRuntime();35 private static final MapFieldSchema LITE_SCHEMA = new MapFieldSchemaLite();37 static MapFieldSchema full() { in full()41 static MapFieldSchema lite() { in lite()45 private static MapFieldSchema loadSchemaForFullRuntime() { in loadSchemaForFullRuntime()48 return (MapFieldSchema) clazz.getDeclaredConstructor().newInstance(); in loadSchemaForFullRuntime()
35 interface MapFieldSchema { interface
36 class MapFieldSchemaLite implements MapFieldSchema {
36 class MapFieldSchemaFull implements MapFieldSchema {
178 private final MapFieldSchema mapFieldSchema;195 MapFieldSchema mapFieldSchema) { in MessageSchema()225 MapFieldSchema mapFieldSchema) { in newSchema()252 MapFieldSchema mapFieldSchema) { in newSchemaForRawMessageInfo()624 MapFieldSchema mapFieldSchema) { in newSchemaForMessageInfo()
878 static <T> void mergeMap(MapFieldSchema mapFieldSchema, T message, T o, long offset) { in mergeMap()
51 "src/main/java/com/google/protobuf/MapFieldSchema.java",
339 java/core/src/main/java/com/google/protobuf/MapFieldSchema.java \