Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java2797 MessageValue msgValues[] = new MessageValue[] { in testMessageNanoPrinterForMaps() local
2800 msgValues[0].value = 1; in testMessageNanoPrinterForMaps()
2801 msgValues[1].value = 2; in testMessageNanoPrinterForMaps()
2809 msg.int32ToMessageField.put(0, msgValues[0]); in testMessageNanoPrinterForMaps()
2810 msg.int32ToMessageField.put(1, msgValues[1]); in testMessageNanoPrinterForMaps()