Searched defs:readMap (Results 1 – 3 of 3) sorted by relevance
72 private Map<Short, Object> readMap() { in readMap() method in Decoder
387 private static void readMap(DataInputStream stream, short[] types, Object[] values) in readMap() method in Header463 private static void readMap(@NonNull WireBuffer buffer, short[] types, Object[] values) { in readMap() method in Header
3528 public final void readMap(@NonNull Map outVal, @Nullable ClassLoader loader) { in readMap() method in Parcel3539 public <K, V> void readMap(@NonNull Map<? super K, ? super V> outVal, in readMap() method in Parcel