Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java191 private static Map convertMapEntryListToMap(List list) { in convertMapEntryListToMap() method in AbstractMessage
223 Map ma = convertMapEntryListToMap((List) a); in compareMapField()
224 Map mb = convertMapEntryListToMap((List) b); in compareMapField()
286 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()