Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java87 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageNano() local
126 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageNano() local
156 int msgSerializedSize = msg.getSerializedSize(); in testNanoRequiredInt32() local
176 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt32() local
197 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt64() local
218 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint32() local
239 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint64() local
260 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint32() local
281 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint64() local
302 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalFixed32() local
[all …]