Home
last modified time | relevance | path

Searched refs:MapFieldSchema (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldSchemas.java34 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()
DMapFieldSchema.java35 interface MapFieldSchema { interface
DMapFieldSchemaLite.java36 class MapFieldSchemaLite implements MapFieldSchema {
DMapFieldSchemaFull.java36 class MapFieldSchemaFull implements MapFieldSchema {
DSchemaUtil.java878 static <T> void mergeMap(MapFieldSchema mapFieldSchema, T message, T o, long offset) { in mergeMap()
DMessageSchema.java172 private final MapFieldSchema mapFieldSchema;
189 MapFieldSchema mapFieldSchema) { in MessageSchema()
219 MapFieldSchema mapFieldSchema) { in newSchema()
246 MapFieldSchema mapFieldSchema) { in newSchemaForRawMessageInfo()
618 MapFieldSchema mapFieldSchema) { in newSchemaForMessageInfo()
/external/protobuf/
Dbuild.gradle82 include 'com/google/protobuf/MapFieldSchema.java'
DAndroid.bp556 "java/core/src/main/java/com/google/protobuf/MapFieldSchema.java",
DBUILD703 "java/core/src/main/java/com/google/protobuf/MapFieldSchema.java",
DMakefile.am291 java/core/src/main/java/com/google/protobuf/MapFieldSchema.java \