Searched defs:myMap (Results 1 – 4 of 4) sorted by relevance
59 Map<String, String> myMap = new HashMap<>(); in testNonEmptyMapSerialization() local
74 data class Derived(val myMap: Map<StringData, String>) : Base() constant in kotlinx.serialization.json.polymorphic.JsonMapPolymorphismTest.Derived
80 val myMap = mapOf("string" to StringData("foo"), "string2" to StringData("bar")) in <lambda>() constant
128 val myMap = mapOf("a" to Data(listOf("c"), Box(6))) in testReifiedMapResolving() constant