Home
last modified time | relevance | path

Searched defs:msgSerializedSize (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java88 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageNano() local
127 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageNano() local
157 int msgSerializedSize = msg.getSerializedSize(); in testNanoRequiredInt32() local
177 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt32() local
198 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt64() local
219 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint32() local
240 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint64() local
261 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint32() local
282 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint64() local
303 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalFixed32() local
[all …]