Home
last modified time | relevance | path

Searched defs:MapEntryLite (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntryLite.java22 public class MapEntryLite<K, V> { class
50 private MapEntryLite( in MapEntryLite() method in MapEntryLite
58 private MapEntryLite(Metadata<K, V> metadata, K key, V value) { in MapEntryLite() method in MapEntryLite