Home
last modified time | relevance | path

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

/external/protobuf/java/src/test/java/com/google/protobuf/
DMicroTest.java94 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageMicro() local
133 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageMicro() local
170 int msgSerializedSize = msg.getSerializedSize(); in testMicroRequiredInt32() local
197 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalInt32() local
223 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalInt64() local
249 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalUint32() local
275 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalUint64() local
301 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalSint32() local
327 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalSint64() local
353 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalFixed32() local
[all …]
DNanoTest.java100 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageNano() local
139 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageNano() local
169 int msgSerializedSize = msg.getSerializedSize(); in testNanoRequiredInt32() local
189 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt32() local
210 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt64() local
231 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint32() local
252 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint64() local
273 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint32() local
294 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint64() local
315 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalFixed32() local
[all …]