Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4044 NanoRepeatedPackables.NonPacked nonPacked = new NanoRepeatedPackables.NonPacked(); in testRepeatedPackables() local
4049 nonPacked.int32S = new int[] {1000, 2, 3}; in testRepeatedPackables()
4050 nonPacked.int64S = new long[] {4000, 5, 6}; in testRepeatedPackables()
4051 nonPacked.uint32S = new int[] {7000, 8, 9}; in testRepeatedPackables()
4052 nonPacked.uint64S = new long[] {10000, 11, 12}; in testRepeatedPackables()
4053 nonPacked.sint32S = new int[] {13000, 14, 15}; in testRepeatedPackables()
4054 nonPacked.sint64S = new long[] {16000, 17, 18}; in testRepeatedPackables()
4055 nonPacked.fixed32S = new int[] {19, 20, 21}; in testRepeatedPackables()
4056 nonPacked.fixed64S = new long[] {22, 23, 24}; in testRepeatedPackables()
4057 nonPacked.sfixed32S = new int[] {25, 26, 27}; in testRepeatedPackables()
[all …]