Searched refs:nestedMap (Results 1 – 5 of 5) sorted by relevance
119 Map nestedMap = new Map(); in putMap() local120 put(key, nestedMap); in putMap()121 return new MapBuilder<>(this, nestedMap); in putMap()125 Map nestedMap = new Map(); in putMap() local126 put(convert(key), nestedMap); in putMap() local127 return new MapBuilder<>(this, nestedMap); in putMap()131 Map nestedMap = new Map(); in putMap() local132 put(convert(key), nestedMap); in putMap() local133 return new MapBuilder<>(this, nestedMap); in putMap()137 Map nestedMap = new Map(); in startMap() local[all …]
67 Map nestedMap = new Map(); in addMap() local68 add(nestedMap); in addMap()69 return new MapBuilder<ArrayBuilder<T>>(this, nestedMap); in addMap()73 Map nestedMap = new Map(); in startMap() local74 nestedMap.setChunked(true); in startMap()75 add(nestedMap); in startMap()76 return new MapBuilder<ArrayBuilder<T>>(this, nestedMap); in startMap()
18 val nestedMap: Map<String, Map<String, JsonElement?>> constant in kotlinx.serialization.json.serializers.JsonSerializerInGenericsTest.NonTrivialClass
416 Map<String, String> nestedMap = new HashMap<>(); in testMapOfMapSerialization() local417 nestedMap.put("1", "1"); in testMapOfMapSerialization()418 nestedMap.put("2", "2"); in testMapOfMapSerialization()419 map.put("nestedMap", nestedMap); in testMapOfMapSerialization()
96889 - m map[string]float64 //@mark(nestedMap, "m")96900 - _ = t.x.x.x.x.x.m //@hoverdef("m", nestedMap)97085 --- nestedMap-hoverdef --