Searched refs:primitiveMap (Results 1 – 2 of 2) sorted by relevance
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
4108 TestMap primitiveMap = new TestMap(); in testMapSerializeRejectNull() local4109 primitiveMap.int32ToInt32Field = new HashMap<Integer, Integer>(); in testMapSerializeRejectNull()4110 primitiveMap.int32ToInt32Field.put(null, 1); in testMapSerializeRejectNull()4112 MessageNano.toByteArray(primitiveMap); in testMapSerializeRejectNull()