Home
last modified time | relevance | path

Searched refs:messageMap (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java368 Map<Integer, TestMap.MessageValue> messageMap = builder.getMutableInt32ToMessageField(); in testMutableMapLifecycle() local
369 messageMap.put(1, TestMap.MessageValue.getDefaultInstance()); in testMutableMapLifecycle()
373 messageMap.put(2, TestMap.MessageValue.getDefaultInstance()); in testMutableMapLifecycle()
DMapTest.java370 Map<Integer, TestMap.MessageValue> messageMap = builder.getMutableInt32ToMessageField(); in testMutableMapLifecycle() local
371 messageMap.put(1, TestMap.MessageValue.getDefaultInstance()); in testMutableMapLifecycle()
375 messageMap.put(2, TestMap.MessageValue.getDefaultInstance()); in testMutableMapLifecycle()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4114 TestMap messageMap = new TestMap(); in testMapSerializeRejectNull() local
4115 messageMap.int32ToMessageField = in testMapSerializeRejectNull()
4117 messageMap.int32ToMessageField.put(0, null); in testMapSerializeRejectNull()
4119 MessageNano.toByteArray(messageMap); in testMapSerializeRejectNull()